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,
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
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