View previous topic :: View next topic |
Author |
Message |
Zycor
Joined: 17 Apr 2005 Posts: 4
|
Posted: Sun Apr 17, 2005 10:01 Post subject: NWNX Windows Problem |
|
|
Here is my error during testing the APS_DEMO mod. This cam outta the log file.
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 ODBC connection.
o Hooking SCO....hooked at 5c4320
o Hooking RCO....hooked at 5c4200
o Connect successful.
o Got request: DROP TABLE pwdata
o Got request: CREATE TABLE pwdata (player varchar(64) NOT NULL default '~',tag varchar(64) NOT NULL default '~',name varchar(64) NOT NULL default '~',val text,expire int(11) default NULL,last timestamp NOT NULL default current_timestamp,PRIMARY KEY (player,tag,name))
! SQL Error: [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.
o Disconnecting from database.
I am using a MS Access database. HELP |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Sun Apr 17, 2005 11:06 Post subject: |
|
|
The default CREATE statement in the aps_demo module has been crafted for MySQL. I am sure you should be able to find the correct statement for Access somewhere on these boards, if not, maybe someone can post an example below. _________________ Papillon |
|
Back to top |
|
|
Zycor
Joined: 17 Apr 2005 Posts: 4
|
Posted: Sun Apr 17, 2005 18:17 Post subject: MySQL for Windows |
|
|
Is MySQL on windows a common database for NWN? Is this a better choice? |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Mon Apr 18, 2005 8:15 Post subject: |
|
|
As easy as Access but better suited would be the SQLite option, which also requires no installation. If you want to support multiple servers or just like MySQL better, than take it, since its the most used database for NWN servers. _________________ Papillon |
|
Back to top |
|
|
|