Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am having trouble calling a Postgres function from tDBRow.
I can call it successfully from SQL Builder (verified using DBeaver), but the generated query fails to work when used within the tDBRow component.
By 'fails' I mean that the expected results are not observed within my DB (I observe no change). However, the Job itself executes without error.
Any ideas?
Thanks
E
Thank you for the response fdenis.
It appears that the SQL Builder defaults to auto-commit, whereas the tDBRow's connection (tDBConnection) does not.
After selecting the auto-commit checkbox in tDBConnection's advanced tab, the function call works without issue.
Thanks again for your time.
E
Thank you for the response fdenis.
It appears that the SQL Builder defaults to auto-commit, whereas the tDBRow's connection (tDBConnection) does not.
After selecting the auto-commit checkbox in tDBConnection's advanced tab, the function call works without issue.
Thanks again for your time.
E