> Create a table named VarHoldTab
> Column 1 :  VarName Text
> Column 2 : VarValue Text (or whatever type your variable will be. Add columns
for different types if needed)
>

If you are going to use the Database, It isn't going to be very multi user
friendly without setting some Userid columns or something.  Whatever variables
are going to be saved between sessions surely are going to be different from
one user to another.

This is the reason I like to write them to files on the users local drive...
Even so, if you Were still going to use the db, you don't have to do anything
as complex as multiple column for different datatypes, you can just write the
same info as my file example showed to Note Var and then save it in a VarChar
data column, then retrieve it by using a Run Select...

Reply via email to