Hi,
I am getting a DLL Exception in a multi threaded application. It occurs when it is connecting to the database(connected := true). Sample code used:
FDatabase := TOracleSession.Create(nil);
with FDatabase, dmMain do begin
LogonDatabase := AppParams.DBAlias;
LogonUserName :=...