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
#2

Fetch the line and use sscanf to split it.
Reply
#3

I don't understand what i have do? maybe give example
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)