[Firebird-net-provider] GetSchema() does not get column names for Procedures

2006-08-03 Thread Eduardo Alvarez
Hi there, DataTable dtColumns = conn.GetSchema("Columns", new string[] { null, null, TableName }); If the 'TableName' variable contains the name of a table or a view, this works. However, if I try with the name of a Stored procedure, the returned DataTable is empty. What is happening? Regards,

[Firebird-net-provider] RC3 Bug Report, Example Included

2006-05-03 Thread Eduardo Alvarez
Hi there, I'm getting the following exception: "Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints." But the above error message does not apply to my case, so I think this is a bug. To reproduce, follow this simple steps: 1) Cr

[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