mysql question
lets say i do
Code:
SQL_ConnectCode:
SQL_FreeHandleon the queries or do i get disconnected from the mysql after x amount of minutes that go by edited* and can any1 tell me the difference between Code:
format( szQuery, 511, "REPLACE INTO `wc3_player_race` ( `player_id` , `race_id` , `race_xp` ) VALUES ( '%d', '%d', '%d');", iUniqueID, p_data[id][P_RACE], p_data[id][P_XP] );and Code:
format( szQuery, 511, "REPLACE INTO `wc3_player_race` ( `player_id` , `race_id` , `race_xp` ) VALUES ( '%d', '%d', '%d');", iUniqueID, p_data[id][P_RACE], p_data[id][P_XP] ); |
| All times are GMT -4. The time now is 01:54. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.