Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using 2 DBCs with the same name
Message
De
27/11/2001 09:53:53
 
 
À
27/11/2001 05:25:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00586186
Message ID:
00586289
Vues:
26
This message has been marked as a message which has helped to the initial question of the thread.
>I often have to work with 2 DBCs with the same name.
>For example my test database and my live database.
>
>If I want to zap the tables in my test DBC and append into them from the live DBC I have to use the full path to the live table.
>
>Is there someway to set an alias to DBC different from its name?

You could also delete the tables from the test DBC and add them from the live like so:
Select * From d:\myLive\myDBC!myTable 
  Into DBF myTable 
  Database d:\myTest\myDBC
This from the test DBC directory. HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform