Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Large table
Message
From
11/07/2003 09:27:50
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00809158
Message ID:
00809180
Views:
31
We choose the specific record based on a field name nIDnumber; the table is indexed on this field.

This is what I tried:

OPEN DATABASE DBNAMES

CREATE SQL VIEW ViewOneRecord AS;
SELECT *;
FROM DBNAMES!RECLIST;
WHERE nIDnumber = 1234567


However, if I "DISPLAY STATUS", I find that the big table is open (as well as the database).

CM
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform