Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving remote views
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00421516
Message ID:
00421519
Views:
13
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform