AutoClose Property x AutoCommit

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
JoaoMarcos
Posts: 26
Joined: Fri 28 Jun 2013 20:26

AutoClose Property x AutoCommit

Post by JoaoMarcos » Thu 31 Oct 2013 13:45

Hi,

Working with ODAC 9.01, now we are having issues about operations not being commited automatically even with AutoCommit set to True in both Datasets and OraSession components.

Since we've set all ODAC datasets in all forms to autoclose OCI cursor (related to our problem about access violation 000000), my question is if setting Option.AutoClose property to true would affect auto-committing of records?

Thanks,

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: AutoClose Property x AutoCommit

Post by AlexP » Mon 04 Nov 2013 09:14

Hello,

The Autoclose property doesn't affect the AutoCommit property functioning. Please describe the problem in more details or send a sample reproducing the problem.

Post Reply