EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Database/World Building (https://www.eqemulator.org/forums/forumdisplay.php?f=625)
-   -   sql raw zonepoint question (https://www.eqemulator.org/forums/showthread.php?t=11493)

wize_one 01-22-2004 09:42 AM

sql raw zonepoint question
 
looking through db.sql and seeing things like
[quote]
INSERT INTO zonepoints_raw VALUES (1276,'timorous','\0\0\0 \0\0\0\0\0

farce 01-22-2004 09:47 AM

[code]
INSERT INTO zonepoints_raw VALUES("1276", "timorous", "\0\0\0 \0\0\0\0\0

Lurker_005 01-22-2004 05:32 PM

The linebreaks are because the data contains non-text information. A lot of time this data is represented as "escaped" characters \t for tab \r\n for carriage return and line feed

see http://www.mysql.com/documentation/m...uage_Structure for more information


All times are GMT -4. The time now is 04:32 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.