You were saying that the database.cfg is not required to be configure if i only want to store and read data from it? I m not planing on force the sever owner to share preferences.
EDIT: My subject is on reading and store client cookies.
EDIT2: if i use the default setting like below code. The data is not loaded..
Code:
"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}