Mysql vehicle.
#1

Hi all. Maybe anybody can say me how to start do car loading with mysql system? i try do it myself here is code:

f
Код:
or(new i = 1; i < 10; i++)
{
new Query[ 50 ];
format( Query,sizeof( Query ),"SELECT * FROM masinos1 WHERE `MasinosID` = '%d'",i);
mysql_query(Query);
mysql_store_result();
while(mysql_fetch_row_format(Query, "|"))
{
But this doesn't work.
Reply


Messages In This Thread
Mysql vehicle. - by budelis - 04.11.2011, 15:00
Re: Mysql vehicle. - by Jochemd - 04.11.2011, 15:52
Re: Mysql vehicle. - by budelis - 04.11.2011, 19:18

Forum Jump:


Users browsing this thread: 3 Guest(s)