MySQL Query Result
#2

Well, what do you need it for.

if you just want to see the result before querying then

1. format
2. print

if you want to see what it is after querying then

1. format
2. query
3. print

if you want to see both then its

1. format
2. print
3. query
4. print

and when i say format its

pawn Код:
format(query, sizeof(query), "SELECT ....
Query is

pawn Код:
mysql_query(query); // Because its the query string
print is

pawn Код:
print(query); // to print what ever is in the query string
Reply


Messages In This Thread
MySQL Query Result - by Reynolds - 08.07.2010, 10:09
Re: MySQL Query Result - by Niixie - 08.07.2010, 10:44
Re: MySQL Query Result - by Reynolds - 08.07.2010, 13:10
Re: MySQL Query Result - by Kastranova - 08.07.2010, 13:29
Re: MySQL Query Result - by Carlton - 08.07.2010, 13:35
Re: MySQL Query Result - by Kastranova - 08.07.2010, 13:47
Re: MySQL Query Result - by Niixie - 08.07.2010, 14:04

Forum Jump:


Users browsing this thread: 2 Guest(s)