Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you handle .dbc changes at customer sites
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00173478
Message ID:
00173482
Views:
27
Matthew ---

The best way is to write a script and compile it to an EXE; send that and new tables/CDXs...script might contain.....

**** For new tables
OPEN DATABASE mydata
ADD TABLE newtable

**** For new views
CREATE VIEW newview AS SELECT..... (etc)

**** For structural changes to tables
ALTER TABLE mytable ALTER COLUMN .... (Or)
ALTER TABLE mytable DROP COLUMN ....

>Once my application is installed and running at a customer site, what is the best way to handle changes to the .dbc?
>
>1. Adding new tables or views
>
>2. Modifying/adding/deleting fields in a table or view
>
>Thanks in advance for all thoughts and suggestions.
>
>Mat
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform