I put an TIBConnection, TSQLTransaction, and TSQLQuery and wrote a simple CGI application just returning the content of a table. This runs well, even though I myself do not set TIBConnection.Connected := True. This this possible?
In HTTPServer it does not.