Results 1 to 3 of 3

Thread: Number of Tables?[Resolved]

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    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.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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.

  3. #3

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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
  •  



Click Here to Expand Forum to Full Width