Counting query size
#5

EDIT: i got what you mean there.

So size is basically not a big deal when you have a rough idea how much cells it would take. Lets say i have these two queries and i know how much max they can go:

pawn Код:
new query[128];
"SELECT * FROM `users` WHERE `name` = '%q' AND `password` = '%q'"
pawn Код:
new query[512];
"INSERT INTO `users` (`name`, `password`, `data`, ...) VALUES ('%q', '%q', '%q', ...)"
Reply


Messages In This Thread
Counting query size - by vassilis - 17.09.2016, 15:30
Re: Counting query size - by Shinja - 17.09.2016, 15:42
Re: Counting query size - by Spmn - 17.09.2016, 15:54
Re: Counting query size - by vassilis - 17.09.2016, 16:01
Re: Counting query size - by Gammix - 17.09.2016, 16:07
Re: Counting query size - by Konstantinos - 17.09.2016, 16:09
Re: Counting query size - by vassilis - 17.09.2016, 16:13

Forum Jump:


Users browsing this thread: 1 Guest(s)