I am not aware of a direct replacement for DESCRIBE but:
You can do this in code by iterating through the tabledefs collection.
Or
You can do it using a query based on the system table MSysObjects. This table contains details of objects other than tables so you will have to choose an appropriate criteria, try SELECT * FROM MSysObjects WHERE Type = 6, to begin with
Regards Regards
Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
UK
kenneth.reaySPAMNOT@talk21.com
remove SPAMNOT to use
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.