Re: [Firebird-net-provider] Documentation

2012-04-10 Thread Jiri Cincura
On Mon, Apr 9, 2012 at 9:28 PM, Steve Harp wrote: > Can anyone point me to documentation for the .NET Provider v2.7? http://msdn.microsoft.com/en-us/library/e80y5yhx(v=vs.80).aspx and sources. :) -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com

[Firebird-net-provider] Documentation

2012-04-09 Thread Steve Harp
Can anyone point me to documentation for the .NET Provider v2.7? The only docs I've found are for v1.7. http://web.firebirdsql.org/dotnetfirebird/documentation/api/1.7/index.html Thanks.. -- For Developers, A L

Re: [Firebird-net-provider] documentation on FirebirdSql.Data.Isql.FbBatchExecution

2011-11-22 Thread Jiri Cincura
On Tue, Nov 22, 2011 at 3:36 PM, Sam Carleton wrote: > I went searching for documentation, but cannot find any.  Anyone know where > this class, and all the classes within the FirebirdSql.Data.Isql namespace > are documented? Except code itself, probably nowhere (considering some up-to-date and c

[Firebird-net-provider] documentation on FirebirdSql.Data.Isql.FbBatchExecution

2011-11-22 Thread Sam Carleton
I am working on creating an update process and need effectively send a text file to isql.exe. This I could figure out how to do, with little serious problem, but... Since I am already in the middle of .Net code, I figured I would learn how to use the FirebirdSql.Data.Isql.FbBatchExecution class t

Re: [Firebird-net-provider] Documentation for the .NET Provider?

2007-03-14 Thread Jiri Cincura
Dan Cooperstock wrote: > I'm not sure that's an entirely good enough answer, Jiri. For one thing, > without viewing the source, there's no way to know even what the > implementations of the .NET interfaces are named (like FbConnection etc.) > Also, I suspect some of the interfaces are optional, and

Re: [Firebird-net-provider] Documentation for the .NET Provider?

2007-03-14 Thread Dan Cooperstock
Despite the fact this is not for the current version, it's very helpful. Are there links to this somewhere that I missed? How about putting it on the main Firebird documentation page? Thanks - Dan. -Original Message- Hello Dan, sure, there is. Try this: http://www.dotnetfirebird.org/

Re: [Firebird-net-provider] Documentation for the .NET Provider?

2007-03-14 Thread Dan Cooperstock
I'm not sure that's an entirely good enough answer, Jiri. For one thing, without viewing the source, there's no way to know even what the implementations of the .NET interfaces are named (like FbConnection etc.) Also, I suspect some of the interfaces are optional, and it's good to know which ones a

Re: [Firebird-net-provider] Documentation for the .NET Provider?

2007-03-14 Thread Jiri Cincura
CStuhldreier (GMX) wrote: > Hello Dan, > > sure, there is. Try this: > > http://www.dotnetfirebird.org/documentation/api/1.7/index.html > It's a 1.7 version. It's not the HEAD. It's kept for .NET 1.1 FW. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com -

Re: [Firebird-net-provider] Documentation for the .NET Provider?

2007-03-14 Thread Jiri Cincura
Dan Cooperstock wrote: > Maybe this is a stupid question, but is there any API documentation for the > .NET provider? Current version of provider is based on ADO.NET 2.0 interfaces. So there's no need to have any (special) documentation. It's same for all ADO.NET providers (except some special

Re: [Firebird-net-provider] Documentation for the .NET Provider?

2007-03-14 Thread CStuhldreier (GMX)
Sent: Wednesday, March 14, 2007 3:59 PM Subject: [Firebird-net-provider] Documentation for the .NET Provider? > Maybe this is a stupid question, but is there any API documentation for > the > .NET provider? > > --- > Dan Cooperstock > DONATION web sit

[Firebird-net-provider] Documentation for the .NET Provider?

2007-03-14 Thread Dan Cooperstock
Maybe this is a stupid question, but is there any API documentation for the .NET provider? --- Dan Cooperstock DONATION web site: http://www.FreeDonationSoftware.org DONATION Support forums: http://forums.FreeDonationSoftware.org E-mail: mailto:[EMAIL PROTECTED] Home Phone

Re: [Firebird-net-provider] Documentation on FbException and FbError codes (V2.0.1)

2006-11-07 Thread Carlos Guzmán Álvarez
Hello: > I have a document "Firebird 1.5 Error Codes" that appears to match the > negative error numbers and also shows corresponding 'GDSCODE' numbers > such as 335544569. It isn't clear to me what the relationship is nor > whether the negative errors are definitely the most useful. The only t

[Firebird-net-provider] Documentation on FbException and FbError codes (V2.0.1)

2006-11-06 Thread Paul Fuller
Hi, I am seeking documentation and advice on handling errors when using the FirebirdClient-2.0.1 driver (against Firebird 1.5.3 database). Upon executing a bit of invalid SQL, an FbException is returned. It contains a collection of FbErrors. For example on executing 'Select rubbish;' I receiv