Subject | Re: [firebird-support] Parallel transactions not supported. |
---|---|
Author | Carlos Guzman Alvarez |
Post date | 2003-07-03T10:43:34Z |
Hello:
not sure wath you are trying to do :)
If you want please send an explain to the .net data provider
developement list, you can suscribe here:
http://lists.sourceforge.net/lists/listinfo/firebird-net-provider
--
Best regards
Carlos Guzmán Álvarez
Vigo-Spain
> If I am using different transactions for different queries &Parallel transactions are not supported in ADO .NET
> commands, I am getting following error -
> "A transaction is currently active. Parallel transactions are not
> supported."
> I can use the same transaction(myTxn) for all commandsThis is how ADO .NET works too :)
> (cmd,cmd1,cmd2). But, it needs to close the previous ExecuteReader()
> command - which I can't afford, since it will not fullfill my
> requirement (while rd.read ...)
> All the queries are different.
> Can any one plz suggest me the way to execute different transactionsA way can be to use datasets for store the result of the querys, but i'm
> parallely or to use the same transaction for different queries in the
> situation like above.
not sure wath you are trying to do :)
If you want please send an explain to the .net data provider
developement list, you can suscribe here:
http://lists.sourceforge.net/lists/listinfo/firebird-net-provider
--
Best regards
Carlos Guzmán Álvarez
Vigo-Spain