SQL results.
#1

How can I get results from my SQL database and store them into variables/strings for later use?


I am trying to create a remote-mdc system for my roleplay and I can't figure out how to save the queried items into something which can be used later on in the script?


Thanks!

EG:

pawn Код:
mysql_query("SELECT `Fines` FROM `Accounts` WHERE `Username` = '%s'", NameEntered);
new string[10];
format(string, sizeof(string), "Fines: %d", //this is where I don't understand the variables.
ShowPlayerDialog(playerid, 14214, DIALOG_STYLE_MSGBOX, "MDC Beta", string, "OK", "");
Reply


Messages In This Thread
SQL results. - by iGetty - 07.06.2012, 02:19
Re: SQL results. - by Kitten - 07.06.2012, 02:22
Re: SQL results. - by iGetty - 07.06.2012, 02:24
Re: SQL results. - by mati233 - 07.06.2012, 02:27
Re: SQL results. - by Lorenc_ - 07.06.2012, 02:29
Re: SQL results. - by iGetty - 07.06.2012, 02:30
AW: SQL results. - by Extremo - 07.06.2012, 02:40
Re: SQL results. - by kikito - 07.06.2012, 10:35
Re: SQL results. - by Pizzy - 10.06.2012, 15:39

Forum Jump:


Users browsing this thread: 4 Guest(s)