Gossamer Forum
Home : Products : DBMan : Installation :

On JpDenis, there is a congurator, how do i make the key field

Quote Reply
On JpDenis, there is a congurator, how do i make the key field
How do i make the key field on this generator to have a counterSmile
Quote Reply
Re: [gamesxchange] On JpDenis, there is a congurator, how do i make the key field In reply to
The configurator has changed somewhat and I haven't used it for awhile, but if created a field called, for instance, "ID". then you can simply change the following in your .cfg file to designate the key field.

# The column name for the database key. Can be any column, but it must be unique!
# You can't have two records with the same key value!
$db_key = 'ID';
$db_key_track = 1; # Track the key?

Hope this helps

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/