#4

I don't use BlueG's, but thanks.

Also; the OwnedCar(newcar) = vID; is telling the script that it's an owned vehicle.

pawn Код:
mysql_query("SELECT * FROM houses");
mysql_ store_result();

while(mysql_retrieve_row()) //this will be running until all rows are processed
{
//you can use mysql_fetch_field and mysql_fetch_field_row here
}

mysql_free_result();
Will that work?
Reply


Messages In This Thread
SQL. - by iGetty - 29.06.2012, 19:38
Re: SQL. - by marquezsanchez - 29.06.2012, 20:42
Re: SQL. - by AndreT - 29.06.2012, 21:37
Re: SQL. - by iGetty - 29.06.2012, 21:46
Re: SQL. - by AndreT - 29.06.2012, 21:52
Re: SQL. - by iGetty - 29.06.2012, 21:57
Re: SQL. - by AndreT - 29.06.2012, 22:09

Forum Jump:


Users browsing this thread: 2 Guest(s)