CelticLord
Joined: 10 Nov 2012 Posts: 3
|
Posted: Sat Nov 10, 2012 16:58 Post subject: Database not showing while server running?? |
|
|
I'm using SQLite and when I leave to the game with my PC it shows [nwnx_odbc] the database and info was created and written.
The problem is I don't see the databse with sqlitecc unless i shut down the server.
ODBC...............
NWNX ODBC2 plugin V.0.9.2.4
(c) 2005 by Ingmar Stieger (Papillon) and Jeroen Broekhuizen
visit us at http://www.nwnx.org
o Logfile maximum size limit is: 524288 bytes
o Log level: Everything will be logged.
o Using SQLite connection.
o Hooking SCO....hooked at 5d5830
o Hooking RCO....hooked at 5d5710
o Connect successful.
o Got request: DROP TABLE KiealalThor
! SQL Error: no such table: KiealalThor
o Got request: CREATE TABLE KiealalThor (player varchar(64) NOT NULL default '~',tag varchar(64) NOT NULL default '~',name varchar(64) NOT NULL default '~',val blob,expire int(11) NOT NULL default '0',last timestamp NOT NULL default CURRENT_TIMESTAMP,PRIMARY KEY (player,tag,name))
o Got request: SELECT player FROM KiealalThor WHERE player='~' AND tag='' AND name='NW_IT_GEM003'
o Got request: INSERT INTO KiealalThor (player,tag,name,val,expire) VALUES('~','','NW_IT_GEM003','Item_0',0)
o Got request: SELECT player FROM KiealalThor WHERE player='~' AND tag='' AND name='NW_IT_GEM004'
o Got request: INSERT INTO KiealalThor (player,tag,name,val,expire) VALUES('~','','NW_IT_GEM004','Item_1',0)
o Got request: SELECT player FROM KiealalThor WHERE player='~' AND tag='' AND name='NW_IT_MEDKIT001'
o Got request: INSERT INTO KiealalThor (player,tag,name,val,expire) VALUES('~','','NW_IT_MEDKIT001','Item_2',0)
o Got request: SELECT player FROM KiealalThor WHERE player='~' AND tag='' AND name='NW_IT_GEM014'
o Got request: INSERT INTO KiealalThor (player,tag,name,val,expire) VALUES('~','','NW_IT_GEM014','Item_3',0)
o Got request: SELECT player FROM KiealalThor WHERE player='~' AND tag='' AND name='X1_WMGRENADE001'
o Got request: INSERT INTO KiealalThor (player,tag,name,val,expire) VALUES('~','','X1_WMGRENADE001','Item_4',0)
o Got request: SELECT player FROM KiealalThor WHERE player='~' AND tag='' AND name='NW_IT_MPOTION003'
o Got request: INSERT INTO KiealalThor (player,tag,name,val,expire) VALUES('~','','NW_IT_MPOTION003','Item_5',0) |
|