12.07.2014, 17:20
i dont think u should use " in
You should use
(notice there should be no " before and after Houses_Table
Код:
mysql_format(SQL, query, sizeof(query),"SELECT * FROM `"Houses_Table"` WHERE `ID` = '%i'";
Код:
mysql_format(SQL, query, sizeof(query),"SELECT * FROM `Houses_Table` WHERE `ID` = '%i'";