Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing Views
Message
From
05/03/2003 18:02:51
 
 
To
05/03/2003 16:46:51
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00761808
Message ID:
00761854
Views:
16
>Hi,
>
>Is there a recommended way to rebuild a view in a database when fields have been added to the underlying table.

Are you talking about deploying the changes... or, are you just talking about in development? In both cases the Stonefield Database Toolkit will take care of this for you.

If you don't have that tool, what you will want to do is keep all of your views in code using one of the view generation tools around.

(You can use GenDBC which creates a program for the full database.)

Then, when you change the table, you can just edit your view prg and run it to update the view in the DBC.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform