Pascal Script is a free scripting engine that allows you to use most of the Object Pascal language within your Delphi or Free Pascal projects at runtime. Written completely in Delphi, it is composed of a set of units that can be compiled into your executable, eliminating the need to distribute any ...

learn more… | top users | synonyms

3
votes
1answer
661 views

Using ADO to run sql script (with GO syntax) in inno setup

I am using this code to run my sql scripts in inno setup. However ADO gives an error if the script contains GO syntax within it. I added my own code to overcome this problem. My code below splits the ...