13.07.2014, 07:26
Код:
stock LoadBiz()
{
new query[300];
for(new i=0;i<MAXBIZ; i++)
{
format(query, sizeof(query), "SELECT * FROM business WHERE IDBiz = %d LIMIT 1", i);
mysql_query(OCP, query);
BInfo[i][ID] = cache_get_field_content_int(0, "IDBiz");
cache_get_field_content(0, "TenBiz", BInfo[i][Ten],OCP,128);
BInfo[i][Gia] = cache_get_field_content_int(0, "Gia");
BInfo[i][Loai] = cache_get_field_content_int(0, "Loai");
BInfo[i][X] = cache_get_field_content_float(0, "X");
BInfo[i][Y] = cache_get_field_content_float(0, "Y");
BInfo[i][Z] = cache_get_field_content_float(0, "Z");
}
return 0;
}
Quote:
|
[14:49:44] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') [14:49:44] [ERROR] cache_get_field_content_float - invalid datatype |


!