|
-
Apr 25th, 2003, 08:03 PM
#1
Thread Starter
Sleep mode
Number of Tables?[Resolved]
I can get all table names but how to get how many are there ?
Last edited by Pirate; Apr 25th, 2003 at 09:33 PM.
-
Apr 25th, 2003, 08:33 PM
#2
Do you mean of a database? Are you using the GetSchema method thing? If so then aren't the tables each a row in the Schema table, if so then just get the Row.Count of that table after its filled.
-
Apr 25th, 2003, 09:33 PM
#3
Thread Starter
Sleep mode
That's exactly what I'm doing and Row.Count solved the problem .
Thanks Edneeis
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
|