In the old version of ADO you could get the field information about the table that the recordset was linked to.
How do I get the field information for a table through a dataset?
Ive been searhing and cant find it.
Im creating an import program and would like to verify that.
1. The data in the list is of the proper type (without having to hard code it in)
2. Verify that the string length does not exceed what the field length is set by the table.
I would like to do this before the insertion rather than trapping an error and figuring out what to do afterwards.
Thanks
How do I get the field information for a table through a dataset?
Ive been searhing and cant find it.
Im creating an import program and would like to verify that.
1. The data in the list is of the proper type (without having to hard code it in)
2. Verify that the string length does not exceed what the field length is set by the table.
I would like to do this before the insertion rather than trapping an error and figuring out what to do afterwards.
Thanks