Use the \ and \ split line technique:
Code:
new const szQuery[] = "CREATE TABLE IF NOT EXISTS players (\
\IP varchar(32),\
\Name varchar(32),\
\Auth varchar(32),\
\Country varchar(3),\
\Privileges int(2),\
\PRIMARY KEY ( IP ))"
And wth do you store in 30 colums ?
__________________