[Firebird-net-provider] .Net provider can't connect to WIndows 2003?

2006-04-25 Thread Eduardo Alvarez
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

[Firebird-net-provider] Transactions with datasets

2006-04-25 Thread Graham Hardwick
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