Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Jerry Dodge's user avatar
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 ...
Jerry Dodge's user avatar