All Questions
Tagged with delphi sql-server
2 questions
24
votes
1
answer
2k
views
Executing large SQL script file with GO statements using ADO
I wrote a small component (still in the works but working) which takes a large SQL script file, splits it into different "blocks" based on GO statements, and executes them one by one.
The only major ...
2
votes
0
answers
1k
views
Installer package using Inno Setup
I'm building an installer package for our software using Inno Setup. As a part of this, I'm also building a few different DLL's in Delphi XE2 to accommodate for some of the common tasks required by ...