Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downgrade DBC to 3.0 from 5.0
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00059808
Message ID:
00060359
Views:
32
John,

You must have opened the DBC in VFP 5.0. This causes FoxPro to recompile the stored procedures.

To fix this, make a backup copy of the dbc. Make sure no one is using the DBC. Open it as a table: USE dbcname.dbc. Browse the DBC and look for the record with StoredProceduresObject in the ObjectName field. Go to that record and delete the contents of the Code memo field. Now close the DBC by typing USE.

The next time you try to use it in VFP 3.0 it should work fine.

Josh

>Somehow, my 3.0 DBC have been converted to 5.0 and therefore is now unable to be open from original 3.0 app (please don't ask me how it happened :)) I think I saw a similar question before but searching through the Search option yielded no solutions. Can anyone tell me how to downgrade a 3.0 DBC that was converted to 5.0 (accidentally) back to 3.0 format ASAP?!
>
>TIA
>John.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform