Hi there,
I sent a .NET Windows application to a customer, which runs Firebird
1.5 Server on a Windows 2003 Small Business box.
My application is built with VS 2005 and FB .Net Provider RC3. When
trying to connect to the database from a Windows XP terminal, the
following exception is thrown:
Una
Here is some code that results in the error message when using
transactions with datasets.
It's more informative than my last message.
The code works with SQL Server 2005 and with SQLite.
FbTransaction transaction = null;
using (FbConnection myConnection = new
FbConnection(conStrbuilder.Connec