From: Rod C. <rod...@cl...> - 2003-08-12 15:14:19
|
Carlos, Great idea, will it cope with transactions already existing that wrap a number of calls? Cheers Rod. -----Original Message----- From: Carlos Guzman Alvarez [mailto:car...@te...]=20 Sent: 12 August 2003 15:22 To: Firebird .Net Provider Subject: [Firebird-net-provider] Implicit transaction support in 1.5 sources Hello: 1.5 sources has implicit transaction support for FbCommand.ExecuteScalar=20 and FbCommand.ExecuteReader methods, i'm thinking on add it to=20 FbCommand.ExecuteNonQuery method, but i want to know opinions before=20 made it :) --=20 Best regards Carlos Guzm=E1n =C1lvarez Vigo-Spain ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider ---------------------------------------------------------------------------= ------------------------------------ Clearswift monitors, controls and protects all its messaging traffic in=20 compliance with its corporate email policy using Clearswift products.=20 Find out more about Clearswift, its solutions and services at=20 www.clearswift.com. ***************************************************************************= ******** This communication is confidential and may contain privileged=20 information intended solely for the named addressee(s). It may not=20 be used or disclosed except for the purpose for which it has been=20 sent. If you are not the intended recipient, you must not copy,=20 distribute or take any action in reliance on it. Unless expressly stated,= opinions in this message are those of the individual sender and not of=20 Clearswift. If you have received this communication in error, please=20 notify Clearswift by emailing su...@cl... quoting the=20 sender and delete the message and any attached documents. Clearswift accept= s no liability or responsibility for any onward transmission or use of emai= ls and attachments having left the Clearswift domain. This footnote confirms that this email message has been swept by=20 MIMEsweeper for Content Security threats, including computer viruses. |
From: Rod C. <rod...@cl...> - 2003-08-13 09:06:09
|
Hi, > I'm not sure if i understand well what you means ( i have bad english ;) Your Engish is far better than my Spanish ;) > ) but if you exec a command without a transaction a new transaction will > be started implcity and itl will be finished when you dispose the command. That's exactly what I meant :) If I don't create a transaction a new one will be created and commited when the command is disposed of. If I create a transaction I can use it for a group of calls and commit it myself. Cheers Rod. --------------------------------------------------------------------------------------------------------------- Clearswift monitors, controls and protects all its messaging traffic in compliance with its corporate email policy using Clearswift products. Find out more about Clearswift, its solutions and services at www.clearswift.com. *********************************************************************************** This communication is confidential and may contain privileged information intended solely for the named addressee(s). It may not be used or disclosed except for the purpose for which it has been sent. If you are not the intended recipient, you must not copy, distribute or take any action in reliance on it. Unless expressly stated, opinions in this message are those of the individual sender and not of Clearswift. If you have received this communication in error, please notify Clearswift by emailing su...@cl... quoting the sender and delete the message and any attached documents. Clearswift accepts no liability or responsibility for any onward transmission or use of emails and attachments having left the Clearswift domain. This footnote confirms that this email message has been swept by MIMEsweeper for Content Security threats, including computer viruses. |
From: Carlos G. A. <car...@te...> - 2003-08-12 16:59:29
|
Hello: > Great idea, will it cope with transactions already existing that wrap a > number of calls? I'm not sure if i understand well what you means ( i have bad english ;) ) but if you exec a command without a transaction a new transaction will be started implcity and itl will be finished when you dispose the command. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Alessandro P. <pet...@in...> - 2003-08-12 18:08:33
|
"Carlos Guzman Alvarez" <car...@te...> wrote in message news:3F3...@te...... > I'm not sure if i understand well what you means ( i have bad english ;) > ) but if you exec a command without a transaction a new transaction will > be started implcity and itl will be finished when you dispose the command. That is the way the SqlProvider behave, right? It simplify and clarify code and transaction management, so you have my vote. Ciao, Alessandro Petrelli. |