Toot
Jul 6th, 2000, 07:21 AM
Hullo once again! I'm accessing a SQL7 database...so far so good. I'd like to validate everything my users try to input before I attempt to update the database. Unfortunately, the fields in the tables can change slightly from time to time (like SmallInt -> Integer, VarChar(200) -> VarChar(500), etc.). Rather than hard-coding each field's definitions, is there a way of getting this info from the DB? And (roughly) how do I use it?
TIA,
Toot
TIA,
Toot