|
-
Aug 24th, 2000, 11:21 PM
#1
Thread Starter
Lively Member
What is the best way to return a Count of Records that match criteria in a DB?
The only way I know of is to Open the Recordset, MoveLast, and use the RecordCount Property...
Is there a way that I can do a Conn.Execute(SQLStatement) that just returns a Count? i.e. SELECT COUNT(*) FROM Table WHERE Active = 1, etc....
Thanks,
Kevin
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
|