|
-
Apr 28th, 2000, 02:15 AM
#1
Thread Starter
New Member
Hi!
Does anyone know how do I get the tabledefs number I have in a database?
When I used the DAO, a wrote:
...
For i = 1 To db.tabledefs.Count - 1
debug.print db.tabledefs(i).Name
Next
...
How do I do the same thing using the ADO Connection?
Or, if possible, using another ADO object?
Thanks a lot!!!
[]'s
Marcelo Piazza
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|