Yes, this is a multi-threded application ...
How can we make a safely thread?
Can we create a TCriticalSection around the Query? Or around the TLobLocator?
Why this was working in Delphi6 without Problem?
Hi,
we've finally upgraded an AppServer-application, that encapuslate all ORACLE-operations into DB. The application is very flexible; the traffic is sent as a Delphi-ClientDataset and will be inserted/updated into the DB. As the ClientDataset Comes to AppServer, the contents will be made into...