Subject | C#.NET to Firebird over ODBC |
---|---|
Author | Adam |
Post date | 2003-07-16T16:01:10Z |
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"
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"