Using C++ Builder 2007 with dbexpress to MSSQL for a SOAP Server: I'm getting an EAccessViolation when I attempt to set Connected = true on my TSQLConnection object. It doesn't matter if the object is created at runtime or via a DataModule - same result. If using a DataModule I have no problems setting Connected = true through the IDE - just crashes at runtime.
Thanks for any help
Chris