Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending Procedures to a DB
Message
From
11/10/2001 07:50:33
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
10/10/2001 11:30:34
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00566453
Message ID:
00566861
Views:
15
The method I use to update a DB structure is basically copying the DB container, and then doing APPEND FROM for each table.

Parent tables have to be copied before child tables. Get the information from the DB, with ADBObjects(). You can ignore relations where the the third character of the relation = "I" (ignore).

The update works much faster if you use COPY FILE for tables whose structure didn't change, but this is a little more complicated.

Hilmar.

>Hi
>
>I need a way of using APPEND PROCEDURES in a class object.
>
>I've noticed that you can't use the command in compiled apps, but I need to alter 50+ standalone PC's with these DB Procedures .
>
>Any ideas ?
>
>Thanks
>Kev
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform