Subject Re: C#.NET to Firebird over ODBC
Author Adam
--- In firebird-support@yahoogroups.com, "Martijn Tonies"
<m.tonies@u...> wrote:
> Hi,
>
>
> > I am trying to use a C# application to connect to a Firebird
Database
> > using ODBC. I am using the XTG Systems InterBase6 ODBC driver.
I
> > can connect to the database and retrieve data just fine, but when
I
> > try to run an update to the database I get an error. The error
says
> > that the functionality doesn't exist. I am using the
> > Microsoft.Data.Odbc namespace and using the
> > OdbcCommand.ExecuteNonQuery to run the updates to the database.
This
> > is the error that I get:
> > "ERROR [IM001] [Microsoft][ODBC Driver Manager] Driver does
> > not support this function"
>
> Better talk to XTG systems then. Or use the Firebird.NET driver.
>
>
> With regards,
>
> Martijn Tonies
> Database Workbench - the developer tool for InterBase & Firebird
> Upscene Productions
> http://www.upscene.com


Where do I find the Firebird.NET driver? I haven't seen that one.

Adam