Re: [Firebird-net-provider] Dialect 1 issues?

2009-05-12 Thread Steve Faleiro
elopers of the Firebird .NET providers" > > Date: Tuesday, May 12, 2009, 10:39 PM > On Tue, May 12, 2009 at 12:08 PM, > Steve Faleiro > wrote: > > > > 1. You should not use the Firebird provider for > connecting to Interbase. Use the appropriate Interbase .NET > dri

Re: [Firebird-net-provider] Dialect 1 issues?

2009-05-12 Thread Steve Faleiro
elopers of the Firebird .NET providers" > > Date: Tuesday, May 12, 2009, 10:39 PM > On Tue, May 12, 2009 at 12:08 PM, > Steve Faleiro > wrote: > > > > 1. You should not use the Firebird provider for > connecting to Interbase. Use the appropriate Interbase .NET > dri

Re: [Firebird-net-provider] Dialect 1 issues?

2009-05-12 Thread Steve Faleiro
1. You should not use the Firebird provider for connecting to Interbase. Use the appropriate Interbase .NET driver for connecting to Interbase. 2. Look for Interbase specific support on the Codegear newsgroups. /regards, Steve Faleiro --- On Tue, 5/12/09, Sam Carleton wrote: > From:

Re: [Firebird-net-provider] Backup/Restore

2008-12-18 Thread Steve Faleiro
What operating system are you getting this Blue Screen? 98, 2000, XP, Vista ? Can you post your code so that I can try to replicate it? -Steve Faleiro --- Kixzo Team wrote: > Hello, > > Thanks for your comment :). > > But, I see serious problem with this. > I am getti

Re: [Firebird-net-provider] .NET provider v1.7.2 release

2008-12-13 Thread Steve Faleiro
Hi Jiri, The date needs to be updated on the download page - it still shows 29th Mar 2006. Cheers, Steve Faleiro --- Jiri Cincura wrote: > Hello *, > > the firebird-net-provider subproject of Firebird project is proud to > announce release of version 1.7.2 of .NET Data Provider

Re: [Firebird-net-provider] Using a Hashtable between reader.Read() kills performance

2008-11-01 Thread Steve Faleiro
>> while( reader.Read() ) >> { >> for( int j = 0; j < reader.FieldCount; ++j ) >>val=reader[j]; >> // table.Add(count, val); >> ++count; >> } while( reader.Read() ) { for( int j = 0; j < reader.FieldCount; ++j ) {

Re: [Firebird-net-provider] (no subject)

2008-10-05 Thread Steve Faleiro
Is something wrong with the list? It is repeating the same emails two, three or more times. Steve - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applicati

Re: [Firebird-net-provider] ExecuteReader is slow

2008-09-30 Thread Steve Faleiro
]> wrote: > Well, it is fast if you call it once but for 2000 class it's about one > minute. It's taking about 85% of the whole action. > > On Tue, Sep 30, 2008 at 11:16 AM, Steve Faleiro <[EMAIL PROTECTED]> > wrote: > > > IMHO, 0.028 seconds seems to

Re: [Firebird-net-provider] ExecuteReader is slow

2008-09-30 Thread Steve Faleiro
IMHO, 0.028 seconds seems to be pretty quick. That is 3/10ths of a second. What were you expecting? --- giorgi giorgi <[EMAIL PROTECTED]> wrote: > Hello, > > I am using 2.1 version of firebird. Fb.NEt provider version is > 2.0.1.0Connection string looks like this: > "User=SYSDBA;Password=masterk

Re: [Firebird-net-provider] Provider with ASP.NET

2008-09-18 Thread Steve Faleiro
The firebird.msg file should be put in the same directory as the fbclient.dll or fbembed.dll and the other Firebird dll files. -Steve Faleiro --- Tetram Corp <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using the provider to build a website with ASP.NET > All works fine exc

Re: [Firebird-net-provider] Firebird ado.Net 2.0 Data

2008-09-16 Thread Steve Faleiro
Value("@PATNO", patNo); DataSet ds = new DataSet(); FbDataAdapter da = new FbDataAdapter(cmd); da.Fill(ds); return ds; } } } To use it, the following code:

Re: [Firebird-net-provider] Help with SQL

2008-08-26 Thread Steve Faleiro
--- Steve Harp <[EMAIL PROTECTED]> wrote: > HI All, > > > > I'm trying to get invoice totals to show item totals and payments. I > have 3 > tables; Invoice, InvoiceDetail, and InvoicePayment. I first tried a > join > like this. > > [..] I haven't tried it in NET, but am venturing a guess

Re: [Firebird-net-provider] Firebird DDEX provider for Visual Studio

2008-08-18 Thread Steve Faleiro
After digging through these groups I finally found a post that helps to get it working: http://www.mail-archive.com/firebird-net-provider@lists.sourceforge.net/msg05378.html - This SF.Net email is sponsored by the Moblin

[Firebird-net-provider] Firebird DDEX provider for Visual Studio 2008

2008-08-18 Thread Steve Faleiro
There is lot of talk about the Firebird DDEX provider for Visual Studio 2008 but no downloadable files to be found anywhere. Does anyone have a working installer for this? - This SF.Net email is sponsored by the Moblin Yo

Re: [Firebird-net-provider] Enterprise Library for Firebird

2008-08-18 Thread Steve Faleiro
"Dean Harding" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sorry, what's the name? Do you have a link? > > Dean. > > Steve Faleiro wrote: >> I have started a new project in SourceForge with the same name. >> >> Regards, &g

Re: [Firebird-net-provider] Enterprise Library for Firebird

2008-08-18 Thread Steve Faleiro
I have started a new project in SourceForge with the same name. Regards, Steve - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win

[Firebird-net-provider] Enterprise Library for Firebird

2008-08-18 Thread Steve Faleiro
d 2.1) and trying to compile it in Visual Studio .Net 2008 results in errors caused by deprecated class members. Anyone interested in resurrecting this project? I am thinking of starting a new project with the same name on SourceForge. Regards, Steve Fa