There's got to be an easy way to print a list of the fields and there characteristics (type, length, etc...) from a SQL 7 db. I just need a hard copy of the db design.
Do you have VB installed? If you do, you could open the database with ADOX Security extensions as a reference, and just do a for..each on all the tables and a for..each on all the fields, and dump it into a text file. It would take ten lines of code or so. This would work on Access db's as well.
No, and there's no chance of that happening. But, you gave me a good idea: I could write an asp script to access the db and get the field info from there. I'd have to do it one table at a time, but I only need a few tables.
Thanks for the idea!
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.