Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving remote views
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00421516
Message ID:
00421519
Vues:
12
>I have 40 remote views that I need to copy from the project they are in, into a new project (one that a team will be working on). Is there any easy way to do this (like the way you add forms or reports), or is the only way to do it to re-create them one at a time in the new project? I hope there is because that seems like a long tedious process.
>Thanks,
>Ryan

You want to recreate these remote views in a different DBC that is used by a different project? I always use Stonefield Database Toolkit for this kind of stuff, but you have other options. You can write a program to loop through the views in the DBC and get the definition of the each view with DBGETPROP, then write the view definition to the second DBC with CREATE SQL VIEW. A better solution may be to create a DBC that just contains the remote views, and let the two projects share it.
Chris McCandless
Red Sky Software
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform