Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rows in an SQL table
Message
From
13/05/2002 13:54:44
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
11/05/2002 23:10:52
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00655462
Message ID:
00655782
Views:
18
>Is there a way to read the number of rows (records) in a table in an SQl 7 database without having to d a select * and wait until the cursor loads???
>
>I have a moderate size table and it take 5 minutes to load as a remoe view in Foxpro and all I need to know is how many rows (records) are in the table.
>
>THANKS
>Joel
>Houston, TX

select rows from sysindexes where id=object_id(lcTableName) and indid<2

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform