Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor
Message
De
10/11/2003 09:34:08
 
 
À
10/11/2003 09:00:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Cursor
Divers
Thread ID:
00848253
Message ID:
00848265
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform