I have an application in DELPHI 2007 using DOA 4.1.1
I migrated this application to DELPHI 2009 using DOA 4.1.2.
I am getting the message "EDataBAseError" Record has been changed by another user" in the DELPHI 2009 program. This does not happen in the DELPHI 2007 one. I am using...
using session pooling and IIS
I have created an ISAPI dll to run on IIS using DELPHI 2005 (I am using DOA version 4.0.6.2). The ISAPI dll calls another DLL to do some work (mainly data base).
In the ISAPI dll, I am using connection pooling from the Global sessionPool. I am creating an...