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.
>
> What is happening?
That Columns schema is for use with Tables and Views only, use 
ProcedureParameters schema instead.


-- 
Carlos Guzmán Álvarez
Vigo-Spain


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to