[Firebird-net-provider] Firebird Provider for CF.NET

2006-09-14 Thread ERCAN POLAT
Hi I want to use .net provider on compact framework. I havent VS.NET installed. So I cant compile sourcecode for CF.NET. Can someone send me compiled CF.NET provider. To Carlos : Can you create a new link to firebird.net data provider page of firebird foundation web site (for cf.net) Thanks f

[Firebird-net-provider] Firebird Provider for CF.NET

2006-09-14 Thread ERCAN POLAT
Hi I want to use .net provider on compact framework. I havent VS.NET installed. So I cant compile sourcecode for CF.NET. Can someone send me compiled CF.NET provider. To Carlos : Can you create a new link to firebird.net data provider page of firebird foundation web site (for cf.net) Thanks f

Re: [Firebird-net-provider] Transaction

2006-09-14 Thread Jun S. Pomer
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