Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Registry or not the Registry
Message
 
 
To
29/06/2000 18:25:50
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00386783
Message ID:
00386908
Views:
20
Even though you seem to have made up your mind, here some more to consider.

Using the registry for user profiles forces the user to use the same PC when they log in. If the information were stored in a table on a network drive, this would not be the case.

Also, configuration data stored in a sufficiently flexible table can store anything without changing the structure. You can store anything (basically) in a table with three character fields.

Variable Name
Data type
Data value converted to character format

Just add a program to convert from character to specified datatype and back and presto, you have a system you don't need to modify the structure.

Just my $0.02.

>Sounds like you are pro-registry to me... :) I like the idea that you don't have to change the structure to store more info... going once, going twice, sold on registry....
>
>Thanks for the help
>
>>>Are there any pros or cons to using the Registry to store program information like user settings vs using a table?
>>
>>If the settings are system wide, and should not vary from user to user, you have little choice but to use a table (or some other file) on a network drive. The registry offers the advantage of being a standard, and the recommended method of storing application data, and of allows differing sets of settings for different user profiles. Also, with the registry, you don't have to modify the structure when you decide to store more information. Can you tell which way I am voting here?
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform