Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use of Select SQL to Populate Grids etc
Message
From
20/01/1999 09:20:22
 
 
To
20/01/1999 03:42:07
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00177905
Message ID:
00177968
Views:
31
>As an old xbase (Clipper) programmer recently converted to VFP5 I am still using the SEEK command and indexes to find records belonging to a particular client (for example) to display in a grid on screen. I know now that by creating a query via Select SQL I can also do this as well.
>
>Question - is this the way to do it - by Select SQL I mean . Is it quicker on larger databases/reduce network traffic.
>
>Any general comments would be appreciated!

SELECT-SQL is not quicker if you actually looking for few records, i.e. your SEEK/SKIP loop is short enough. However, for small tables the difference is negligible.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform