[Q] Better way to load sql system
#1

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

Код:
"SELECT * FROM vehicle WHERE ID= %d",vehicle
the second is load all vehicle in one query

Код:
SELECT * FROM vehicle
I would also know if the second way is bug safe.

Thank you

Max
Reply


Messages In This Thread
[Q] Better way to load sql system - by scott1 - 14.08.2012, 11:51
Re: [Q] Better way to load sql system - by Vince - 14.08.2012, 11:54

Forum Jump:


Users browsing this thread: 1 Guest(s)