Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open tables With same name.
Message
From
13/05/1998 19:35:55
 
 
To
13/05/1998 19:19:57
Carla Silva
Http - Produtos Informaticos, Lda.
Odivelas, Portugal
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00099259
Message ID:
00099267
Views:
16
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform