Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
=SQLEXEC
Message
 
À
27/03/2000 10:58:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00350752
Message ID:
00350764
Vues:
30
>When I do:
>
> =SQLEXEC(ThisForm.r_nHandle,l_cSQL,'temCursor')
>
>
>The cursor comes back with 2 fields (cause that's how many I called) but I want to add one more field to that cursor to keep track of user's changes to it.
>If I create a cursor beforehand with the same name (tempCursor) that will be replaced with my =SQLEXEC
>How do I add another field ?
You could CREATE CURSOR permCursor (tmpCursor Field1,TmpCursor Field 2 , permCursor Field 3)
then ..
=SQLEXEC(ThisForm.r_nHandle,l_cSQL,'temCursor')
select permCursor
append from tempCursor
HTH
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform