MySQL DESCRIBE for Firebird

grip003

Well-known member
Joined
Sep 2, 2004
Messages
89
Location
North Carolina
I have just started using Firebird for all my embedded database needs when programming with C#. I was wondering if anyone knew if there was a way to list fields and data types in Firebird. I am used to MySQL and I have always used the DESCRIBE statement, but Firebird does not seem to allow this. The ultimate goal is to get the field names and types into a DataTable in C#.

Thanks
 
Back
Top