TOracleSessionAutoCommit

We have a system developed in Delphi 3.0 using DOA 3.4.5 and the following message appears during compile the project:
Message: The TOracleSessionAutoCommit property is obsolete. It still can be set at run-time for backward compatibility, but in the next release this property will be removed.

Many users locks have being produced on the Oracle instance with the new compiled version. Anybody have a idea how to solve this problem ??

Thanks
 
You should probably set the TOracleSession.AutoCommit at run-time. It cannot be set at design-time in 3.4.

------------------
Marco Kalter
Allround Automations
 
Back
Top