Re: [Firebird-net-provider] Firebird Net Provider and Crystal Report In

2007-08-29 Thread Jun S. Pomer
You can use your dataset as datasource for Crystal Reports. ""Josué Yeray Julián Ferreiro"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello all. I´m using firebird server 2.0 and dot net provider 2.0 with visual studio 2005.net, I want to implement crystal report i

Re: [Firebird-net-provider] Transaction

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

Re: [Firebird-net-provider] Transaction

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

Re: [Firebird-net-provider] Transaction

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

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

[Firebird-net-provider] Transaction

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

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005)

2006-02-22 Thread Jun S. Pomer
ssage- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jun > S. Pomer > Sent: Tuesday, February 21, 2006 6:13 PM > To: firebird-net-provider@lists.sourceforge.net > Subject: Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) > > Hi Jiri, > &

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005)

2006-02-21 Thread Jun S. Pomer
wrote in message news:[EMAIL PROTECTED] > On 20.2.2006 10:54 Jun S. Pomer wrote: > > Hi Jiri, > > > > Can you send me your FirebirdSql.VisualStudio.DataTools.dll ver. > > 1.0.2197.27011? I even try to installed to other PC and follow the > > instructions. Sti

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005)

2006-02-20 Thread Jun S. Pomer
Hi Jiri, Can you send me your FirebirdSql.VisualStudio.DataTools.dll ver. 1.0.2197.27011? I even try to installed to other PC and follow the instructions. Still the same error. Thanks. Jun "Jiri Cincura" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 2

Re: Re: [Firebird-net-provider] Still problem with DDEX (VS 2005)

2006-02-19 Thread Jun S. Pomer
Hi Jiri, Does your FirebirdSql.VisualStudio.DataTools.dll ver 1.0.2225.34098? Actually I'am able to drag the FB Tool components to the form, I'm looking for Database Eplorer to show the Firebird database. I spent almost two weeks to figure it out, until now I'm not successfull. I'm glad that it wo

Re: [Firebird-net-provider] Re: Firebird.NET and Visual Studio 2005 Express

2006-02-07 Thread Jun S. Pomer
Hi Dorin, I don't know if the FirebirdDDEXProvider.reg(FBClient2 Beta4) is correct, if you check the DataProviders and DataSources in the registry, some values is not correct(not sure), because if you compare FirebirdDDEXProvider.reg(FBClient2 Beta3) the values is different and you will not able t

Re: [Firebird-net-provider] ASP and FirebirdSQL

2006-02-04 Thread Jun S. Pomer
Hi, I use ODBC connection with Firebird, and able to see it in the database explorer. Does the Firebird provider the same? I mean you can see/make it visual? I'm trying to use that provider without success. Do you know where can I find the sample? (dotnetfirebird.org) BTW, I use VB.Net 2005 Than