I need to access the following properties of an Access 97 table field by specifying the table name and field name:
- required
- data type
- field size
- default value
This is possible in ADO (and ASP), but I need to do it in a custom tag of CF5. Is there a way to get these field property values?
Thanks
- required
- data type
- field size
- default value
This is possible in ADO (and ASP), but I need to do it in a custom tag of CF5. Is there a way to get these field property values?
Thanks