
05-31-2009, 12:47 AM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
Hmmm normally it should update the database file each time you insert, modify or delete data. We have disabled file locking because only one npcserver is accessing the database file at a time, and also because file-locking is not working with several file systems that we use. But may be that is causing problems with data not written back to the file, only kept in memory or so. Normally that can easily be checked by downloading the file and opening it with some sqlite database editor. |
|
|
|