Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MetaDBC not found
Message
 
To
14/10/1999 19:48:34
Ed Gay
Computer Software Consultants
Bangor, Maine, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00276149
Message ID:
00277085
Views:
29
>I have a subdirectory off the application called metadata with a metadata table in it but no metadbc.
>
>I first started using the framework with 3.0 and have kept moving up. I think the last version I had was 4.0b (?)

If you're upgrading from this version, you missed version 4.1 and 4.2. I'll e-mail you the What's New documents from these versions. Read the upgrading instructions at the top of each of these documents to see what changes you may need to make to your existing project(s).

After doing this, you can create a MetaDBC.dbf table as follows:

In the Visual FoxPro Command Window...

* CD to your application's root directory
* Enter: DO STARTCB && or DO STARTMM
* Enter: SET CLASSLIB TO CBUILDER.VCX
* Enter: o = CREATEOBJ('CMetaDBCObj')

You'll be prompted to select your application's database container. After selecting your dbc, it creates a MetaDBC.dbf table with one record in it.

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform