Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to copy views from one database to another ?
Message
De
06/10/2008 08:25:17
 
 
À
06/10/2008 05:42:17
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01352920
Message ID:
01352976
Vues:
24
>>Hi,
>>
>>How to copy views from one database to another ?
>>
>>Please advise.
>>
>>Derek
>
>Open database myDBC1
>lcSQL = dbGetProp('myView',"VIEW","SQL")
>open database myDBC2
>create sql view myView as &lcSQL
>
>Cetin

Hi,

That would copy the SQL command - but won't a lot of the other view related information (key fields etc) be missing from the new view?

Regards,
Viv
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform