Subject | getting field type |
---|---|
Author | Michael Vilhelmsen |
Post date | 2003-05-01T10:26:49Z |
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
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