Re: [Firebird-net-provider] Newbie on Current Transaction

2007-02-13 Thread Jiri Cincura
marco wrote: > Howdy! Please help this newbie here. > My question is how to process something in the current transaction, for > example, how to perform a select/insert/update/delete using the current > transaction but without knowing it (I don't have access to the > transaction object). > I hope th

[Firebird-net-provider] Newbie on Current Transaction

2007-02-13 Thread marco
Howdy! Please help this newbie here. My question is how to process something in the current transaction, for example, how to perform a select/insert/update/delete using the current transaction but without knowing it (I don't have access to the transaction object). I hope this question makes sense.