Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open tables With same name.
Message
De
13/05/1998 19:35:55
 
 
À
13/05/1998 19:19:57
Carla Silva
Http - Produtos Informaticos, Lda.
Odivelas, Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00099259
Message ID:
00099267
Vues:
17
>I need to insert records from one table to another, the tables have the same name, so the database, but they are in diferent directories.
>
>I open the first table and wend i try to open the second it always find the first table .
>
>What can I do to resolve this situation ?
>
>
>Thanks
>Carla

open with:

use tablename alias aliasname

then refer to the table by aliasname eg:

select * from aliasname, tablename where aliasname.key = tablename.key
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform