Page 1 of 1

autocommit

Posted: Thu 17 Dec 2009 17:43
by smuddasu
Is there a way to disable autocommit with devart ? I am calling a stored proc that uses Global Temp table with on commit delete rows. so i want to disable autocommit.

any help is greatly appreciated.

Posted: Fri 18 Dec 2009 09:45
by StanislavK
Please try to turn off the AutoCommit property of your OracleConnection.

If the problem persists, could you please specify the exact text of the command you are using?