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

2006-08-04 Thread Carlos Guzmán Álvarez
Hello: > 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. > > Wh

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