Jerry Schneider
Jerry Schneider
What happens if you try: execute_sql_string begin; insert into table1 values(xxx);insert into table2 values(xxx); end;
Connecting multiple times is not currently supported. If you can get working and submit a pull request, that would be great. Unfortunately I am not able to work this at...
What errors were you getting with pyodbc? Have you tried custom db connection? Can you send an example script of your attempts with the associated errors returned?
Can you please send me a code example testsuite so that I can try to troubleshoot this? I use both of these keywords daily without issue. Please include your database...
I am not sure what the problem is here. Here is a testsuite I can use against MS SQL without error. I do not have access to an Oracle DB...
The "=" should not make a difference. You need 2+ spaces between @{output} and Query and SELECT. Can you please attach/send a sample testsuite for Oracle that is failing along...
Do you have a database/server that I can connect to so that I may try and troubleshoot this right now? If so, please let me know the connection information?
Can you run with DEBUG or TRACE log levels and send in the complete log then?