02.08.2010, 13:28
But if you want to save 20 variables with CMySQL_SetInt();
the result is 20 querys... that's not so good...
(but i use also a method like this
)
for speed-orientated scripters IS a query like:
"UPDATE `users` SET `this`="this",`That`="That" WHERE `Username`="papagei9"
better...
the result is 20 querys... that's not so good...
(but i use also a method like this
)for speed-orientated scripters IS a query like:
"UPDATE `users` SET `this`="this",`That`="That" WHERE `Username`="papagei9"
better...

