If I use FbBatchExecution I have problems that indicate that the transactions
are not commited correctly?

The Execute() method could be called with an argument, autocommit. What is
the difference between choosing true or false and what is default when
calling Execute() ?

If I use Execute(false) do I have to commit in any way after that?

If I do

fbe.Execute();
aptConn.Close();
FbConnection.ClearAllPools();

I get an exception 

'FirebirdSql.Data.Firebird.FbException: cannot disconnect database with open
transactions (1 active)'

Is that normal (I am using it in a faulty way) or do I have to do anything
more to complete my fbe execution?

BR Ulf
-- 
View this message in context: 
http://www.nabble.com/FbBatchExecution-tf2481002.html#a6918427
Sent from the firebird-net-provider mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to