Subject getting field type
Author Michael Vilhelmsen
Hi

I have been able to get all the table names in a DB using
(interBaseExpress):

.GetTableNames

Also for each table I can get the fields using:

.GetFieldName

But how can I get the field type (Varchar, INteger, etc)

Michael