Results 1 to 4 of 4

Thread: Database Newbie

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Philadelphia
    Posts
    47

    Exclamation

    Anyone know how to retain the number of records in a table. Its the easiest question you'll have to answer.
    My data control is just data1
    U S A
    Visual Studio .NET
    Windows XP

  2. #2
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770

    Question .

    Are you asking how to find out the number of records in a table?

  3. #3
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274
    data1.recordset.recordcount

  4. #4
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770
    Or in SQL,

    SELECT COUNT(*) FROM <table name> AS record_count

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