14.08.2012, 11:51
Hi all,
i would like to know what is the better way beetween 2 to load an vehicle sql system.
The first way is
to make an bool and load vehicle one per one
the second is load all vehicle in one query
I would also know if the second way is bug safe.
Thank you
Max
i would like to know what is the better way beetween 2 to load an vehicle sql system.
The first way is
to make an bool and load vehicle one per one
Код:
"SELECT * FROM vehicle WHERE ID= %d",vehicle
Код:
SELECT * FROM vehicle
Thank you
Max