11.03.2012, 11:06
Mysql fetch string so u need to make a string and convert it to float or integar
Also u forgot mysql_store_result,
edit:model is integar not a float
pawn Код:
new data[12],int;
mysql_fetch_field_row(data,"model"); int = strval(data);//convert string to int
ta[12];
mysql_fetch_field_row(data,"PosX"); Val[1] = floatstr(data);//convert string tp float
edit:model is integar not a float