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

https://sampforum.blast.hk/showthread.php?tid=366019
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)