MySQL table problem.
#10

Quote:
Originally Posted by radhakr
I have no idea if this will work and I've never done it, but you could try something like this:

pawn Код:
new query[3][1024]

format(query[0], size of query[0], "<first half of whatever>", <whatever arguments>);

format(query[1], size of query[1], "<second half of whatever>", <whatever arguments>);

format(query[2], size of query[2], "%s %s", query[0], query[1];

mysql_query(query[2]);
then I'll have to:
pawn Код:
mysql_query(query[0]);
mysql_query(query[1]);
mysql_query(query[2]);
?
Reply


Messages In This Thread
MySQL table problem. - by M1GU3L - 02.12.2009, 00:19
Re: MySQL table problem. - by M1GU3L - 02.12.2009, 01:05
Re: MySQL table problem. - by radhakr - 02.12.2009, 16:56
Re: MySQL table problem. - by M1GU3L - 02.12.2009, 21:27
Re: MySQL table problem. - by M1GU3L - 04.12.2009, 02:43
Re: MySQL table problem. - by woot - 04.12.2009, 10:26
Re: MySQL table problem. - by MenaceX^ - 04.12.2009, 10:54
Re: MySQL table problem. - by M1GU3L - 04.12.2009, 21:41
Re: MySQL table problem. - by radhakr - 04.12.2009, 23:27
Re: MySQL table problem. - by M1GU3L - 05.12.2009, 01:13

Forum Jump:


Users browsing this thread: 9 Guest(s)