Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieving an empty cursor
Message
De
31/08/2001 09:39:42
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00551332
Message ID:
00551364
Vues:
20
>Hello Michael,
>
>I would do
>
>IF lAddMode
> cSqlStatement = "SELECT EMP.* FROM EMP WHERE .F."
>ELSE
> cSqlStatement = "SELECT EMP.* FROM main_one!EMP WHERE EMP.pers_no = ?nEmplNo "
>ENDIF

Yes that would work cleaner.

>This should be somewhat faster when you add records.
>
>You could also create it from the local cursor if it's available!

True. But I like the above better.

>Bob
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform