Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database Versions?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00675528
Message ID:
00676151
Views:
13
This message has been marked as the solution to the initial question of the thread.
Hi Caroline.

>Nice idea Mace unfortunately the dbc contains no tables so I was hoping to use its structure - I've currently set it to use DBGetProp and the Comment field but this doesn't seem ideal.

If you don't want to use something external for this (eg. INI file, Windows Registry, free table, etc.), then go with Macer's suggestion of using the DBC itself. However, rather than adding a record to it, which will cause problems with things like VALIDATE DATABASE, it would be safer to use the USER memo field in the DBC. It isn't used for anything in VFP; as its name suggests, it's for user stuff. You could put a date, a version number, or anything you want (converted to character, of course) in the USER memo of any record (the first one, which is for the database itself, makes the most sense in this case).

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform