At 03:06 PM 9/08/2010, Pierre Arnaud wrote:
>Thank you for your very quick response time ! Is there any way we can
>provide financial support for the Firebird.NET development ?
http://www.firebirdsql.org/index.php?op=ffoundation&id=contributions
Helen (Secretary, Firebird Foundation)
-
07, 2010 3:41 PM
> To: For users and developers of the Firebird .NET providers
> Subject: Re: [Firebird-net-provider] Transaction configuration with the
> ADO.NET Data provider for Firebird
>
> On Sat, Aug 7, 2010 at 14:45, Pierre Arnaud wrote:
> > Would you consider adding
On Sun, Aug 8, 2010 at 19:10, Jiri Cincura wrote:
> Done. You can grab it from weekly builds place and test.
And maybe
http://blog.cincura.net/231910-fbtransaction-changes-to-support-tables-locking/
as a quick start.
--
Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http:
On Sat, Aug 7, 2010 at 15:41, Jiri Cincura wrote:
> Put it into tracker and I'll look at it. From quick research it
> shouldn't be difficult.
Done. You can grab it from weekly builds place and test.
--
Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http://www.ID3renamer.co
On Sat, Aug 7, 2010 at 14:45, Pierre Arnaud wrote:
> Would you consider adding table locking in the provider ? Is this something
> difficult to implement ?
Put it into tracker and I'll look at it. From quick research it
shouldn't be difficult.
--
Jiri {x2} Cincura (x2develop.com founder)
http:/
Hello Jiri,
> On Tue, Aug 3, 2010 at 10:36, Marc Bettex wrote:
> > new FbTransactionOptions()
> > {
> > TransactionBehavior = FbTransactionBehavior.Concurrency |
> > FbTransactionBehavior.Wait | FbTransactionBehavior.LockWrite |
> > FbTransactionBehavior.Protected
> > };
>
> You can't spe
Thank you for your quick answer,
Marc
-Message d'origine-
De : Jiri Cincura [mailto:disk...@cincura.net]
Envoyé : mardi 3 août 2010 13:55
À : For users and developers of the Firebird .NET providers
Objet : Re: [Firebird-net-provider] Transaction configuration with the
ADO.NET
On Tue, Aug 3, 2010 at 10:36, Marc Bettex wrote:
> new FbTransactionOptions()
> {
> TransactionBehavior = FbTransactionBehavior.Concurrency |
> FbTransactionBehavior.Wait | FbTransactionBehavior.LockWrite |
> FbTransactionBehavior.Protected
> };
You can't specify table for locking, it's no
Hi,
I'm currently using the ado.net firebird client 2.5 and I have some problems
with the configuration of the transactions. I only found some outdated
documentation from version 1.7 on the web, so I was hoping that someone
could point me toward some up to date documentation or tell me how to solv
Any Updates/ suggestions for me on this???
Shanand Chandradas
Sr. Software Engineer | KPIT Cummins Infosystems Ltd.| Ext No.5294 |
Mob: 9730066933
From: Shanand Chandradas
Sent: 01 December 2008 16:06
To: 'For users and developers of the Firebird .NET pro
Can this be achievable?
Screen1:
try
If transaction not active
Begin
Session.BeginTrasaction
End
Session.Update(parent)
Session.Flush()
Session.Transaction.Commit()
Except
Session.transaction.rollback
End
Screen2:
If transaction not active
Begin
Session.BeginTrasaction
End
Hello All,
I am using firebird .net provider 2.0 I am facing a basic problem with
transaction locking.
If there are 2 processes of an application running P1 and P2. Consider
the below case:
This design cannot be changed, as the user expects the update to happen
in the child screens and commit
--Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf
Of
> > Jun S. Pomer
> > Sent: Monday, 18 September 2006 2:15 pm
> > To: firebird-net-provider@lists.sourceforge.net
> > Subject: Re: [Firebird-net-provider] Transaction
&g
pters--transacti
ons-blog-post.aspx
Dean.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Jun S. Pomer
> Sent: Monday, 18 September 2006 2:15 pm
> To: firebird-net-provider@lists.sourceforge.net
> Subject: Re: [Firebird-net-pro
Hi,
Anybody can point me where is the right direction? I need the "transaction"
to update multiple tables.
Thanks in advance.
Jun
""Jun S. Pomer"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi Carlos,
>
> Thanks for the reply.
>
> What is recommended, or alternative to use a
Hi Carlos,
Thanks for the reply.
What is recommended, or alternative to use a transaction?
Thanks.
Jun
"Carlos Guzmán Álvarez" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello:
> > Hi Carlos,
> >
> > I so sorry, for very late reply. Anyway below is the sample transaction
> >
Hello:
> Hi Carlos,
>
> I so sorry, for very late reply. Anyway below is the sample transaction
> based. Is it safe/compatible using Firebird provider?
No, there are no support for TransactionScope for now in the provider.
--
Carlos Guzmán Álvarez
Vigo-Spain
Hi Carlos,
I so sorry, for very late reply. Anyway below is the sample transaction
based. Is it safe/compatible using Firebird provider?
Thanks and More Power.
Jun
BindingSourceTable1.EndEdit();
BindingSourceTable2.EndEdit();
using (TransactionScope ts = new TransactionScope())
{
try
Hello:
> Can somebody share sample code, how to make Transaction using DataSet. All
> available examples I've seen were using
> FbConnection,FbTransaction,FbCommand, etc.
>
> I'm using VS2005 with desktop application and FBClient Ver2.
Can you please explain in detail what is what you want to do ??
Hi,
Can somebody share sample code, how to make Transaction using DataSet. All
available examples I've seen were using
FbConnection,FbTransaction,FbCommand, etc.
I'm using VS2005 with desktop application and FBClient Ver2.
Thanks.
Jun
-
20 matches
Mail list logo