View previous topic :: View next topic |
Author |
Message |
ballestolive
Joined: 30 Oct 2006 Posts: 22 Location: FRENCH
|
Posted: Mon Oct 30, 2006 22:13 Post subject: Problem whit ROW ??? |
|
|
Hello, I have a problem whit ROW. the file nwnx_odbc siat me that:
WNX 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: Only errors will be logged.
o Using MySQL connection.
o Hooking SCO....hooked at 5d3560
o Hooking RCO....hooked at 5d3440
o Connect successful.
! SQL Error: Data too long for column 'PLAYERLOCATION' at row 1
! SQL Error: Data too long for column 'PLAYERLOCATION' at row 1
! SQL Error: Data too long for column 'PLAYERLOCATION' at row 1
! SQL Error: Data too long for column 'PLAYERLOCATION' at row 1
o Disconnecting from database.
mi row database is defaut min=1 max =200000 ???
What is the problem and what is the solution , please.
Thank |
|
Back to top |
|
|
Frang
Joined: 22 May 2005 Posts: 32
|
Posted: Tue Oct 31, 2006 1:24 Post subject: |
|
|
make PLAYERLOCATION data type TEXT in your table...should fix the problem. |
|
Back to top |
|
|
odenien
Joined: 26 Sep 2005 Posts: 37
|
Posted: Tue Oct 31, 2006 14:25 Post subject: |
|
|
There is a limit to TEXT, but I hope you are not there, plus it might not be the correct container for the job. A player location should be not much more than an location object, or a map name string 64 with 3 int for the x,y,z if you are on linux. |
|
Back to top |
|
|
|