Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending Procedures to a DB
Message
From
10/10/2001 12:01:57
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00566453
Message ID:
00566484
Views:
13
>>Kevin, is there any reason why you can't distribute the entire DBC container to each location?
>
>That sucks! Okay, this does work (I tested using VFP6 SP5):
>use MyDBC.dbc alias dbcsrc
>locate for objectid = 3
>
>if found() then
>	append memo Code from MyNewProcedures.Prg overwrite
>	use in dbcsrc
>	
>	compile database MyDBC
>	open database MyDBC
>endif
>
>HTH.

Larry,

At least the workaround is not that much of a beating. He can only use the OVERWRITE clause if myNewProcedures.prg also contains the old procedures. Omit the clause if it only contains new stuff.
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform