[SOLVED] How execute PostgreSQL anonymous code block ?

The offical for ZeosLib 7.3 Report problems, ask for help, post proposals for the new version of Zeoslib 7.3/v8
Quick Info:
-We made two new drivers: odbc(raw and unicode version) and oledb
-GUID domain/field-defined support for FB
-extended error infos of Firebird
-performance ups are still in queue
In future some more feature will arrive, so stay tuned and don't hassitate to help
Post Reply
EMartin
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 22.03.2018, 16:39

[SOLVED] How execute PostgreSQL anonymous code block ?

Post by EMartin »

Hi, I'm trying execute anonymous code block in PostgreSQL using TZReadOnlyQuery but I have the error "ERROR: syntax error at end of input".

Is possible execute PostgreSQL anonymous block in Zeos ?

Thanks.

Update:

I found the error, "if" statement it was not closed with "end if".
Post Reply