I have a sql script that:
- creates table,
- inserts labels on columns
- assigns permissions to that table.
I used to be able to connect to Code4i, open the script and hit Ctl+E to basically compile (run) all three statements. Everything worked great. My table was created and permissions set.
Something has changed. When I hit Ctl+E it seems like it does try to run one statement, I did find the "Run all" but when I run the sql statements now it does not respect my user library list in code4i ??
How can I run sql code in vscode and not have to hard code libraries now??
I have a sql script that:
I used to be able to connect to Code4i, open the script and hit Ctl+E to basically compile (run) all three statements. Everything worked great. My table was created and permissions set.
Something has changed. When I hit Ctl+E it seems like it does try to run one statement, I did find the "Run all" but when I run the sql statements now it does not respect my user library list in code4i ??
How can I run sql code in vscode and not have to hard code libraries now??