Raised This Month: $ Target: $400
 0% 

SQL_ThreadQuery error


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 02-01-2017 , 15:51   Re: SQL_ThreadQuery error
Reply With Quote #4

Quote:
Originally Posted by Bugsy View Post
Need to see more code, specifically where g_hTuple gets its value.
PHP Code:
g_hTuple SQL_MakeDbTuple(DB_HOSTDB_USERDB_PASSDB_DATA);
    
    new 
szTables[640]; format(szTables640"CREATE TABLE IF NOT EXISTS `%s` (`username` varchar(64) COLLATE utf8_lithuanian_ci NOT NULL, `password` varchar(64) COLLATE utf8_lithuanian_ci NOT NULL, `kills` int(11) NOT NULL, `points` int(11) NOT NULL, `keys` int(11) NOT NULL, `chests` int(11) NOT NULL, `rang` int(11) NOT NULL, `skins` varchar(512) COLLATE utf8_lithuanian_ci NOT NULL, PRIMARY KEY (`username`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_lithuanian_ci"TABLE_NAME);
    
SQL_ThreadQueryg_hTuple"QueryCreateTable"szTables); 
__________________
Airkish is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:49.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode