Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help, Ive made a mess of my Meta tables!
Message
From
03/04/2001 14:26:05
 
 
To
29/03/2001 19:09:52
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00489992
Message ID:
00491462
Views:
9
>>- Have a separate set of meta data for each DBC but programmatically combine them for a given application. For example, you might have set 1 for DBC1, set 2 for DBC2, etc. For APP1, which uses DBC1 and DBC2, you'd combine set 1 and set 2 into a set just for APP1. For APP2, which uses DBC1 and DBC3, you'd combine set 1 and set 3 into a set just for APP2. Combining meta data tables is easy, using code similar to the following:
use DBC1\COREMETA
>copy to APP1\DATA\COREMETA with cdx
>use APP1\DATA\COREMETA
>append from DBC2\COREMETA
>*same thing for SDTMETA
The thing to remember in this case is never let SDT validate a DBC into an app-specific set of meta data, only into the "master" copies (eg. in DBC1\ and DBC2\ in my example above).
>
>

If I am appending these files together, will I have a problem because both files have the same ID (in COremeta the lid field)?

Sandi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform