Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending Procedures to a DB
Message
From
10/10/2001 12:03:11
 
 
To
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:
00566485
Views:
10
>>>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.

One more try...copying to Kevin this time :P
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform