Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor
Message
From
10/11/2003 09:34:08
 
 
To
10/11/2003 09:00:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Cursor
Miscellaneous
Thread ID:
00848253
Message ID:
00848265
Views:
17
Three things:

First, the select statement will only filter the customer table. You won't get a separate cursor. You just as well use seek() on the original table.

Second, you have to index any table or cursor to used seek() or seek.

Third, it isn't good practice to select * from a table. You generally limit the number of fields and the records selected by using a where clause.


>Here is my code
>
>
>select * from customer order by name into cursor temp
>
>
>
>After that i want to use the function seek()
>
>
>it is possible or how can i do that thanks
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform