Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ThisForm.aTables[1]
Message
De
20/08/2002 12:54:33
 
 
À
20/08/2002 12:13:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00691445
Message ID:
00691541
Vues:
13
This message has been marked as a message which has helped to the initial question of the thread.
>Thanks Hilmar
>
>Do you have any idea about how can i do :
>
>SELECT ... INTO TABLE && ?
>
>and "save" , this table to ThisForm.aTables[1] ?
>

Put parentheses around ThisForm.aTables[1] in the query:

SELECT ... ;
INTO TABLE (ThisForm.aTables[1])

Tamar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform