mysql - store result.
#8

I think it's something like this...

pawn Код:
new
    szQuery[500];

mysql_store_result();

while(mysql_fetch_row_format(szQuery, "|"))
{
    sscanf(szQuery, "e<p<|>dds[92]dddddffffffffs[128]ddddfffff", LargeArrayVariableHere[argument1]);
   
    // data is loaded into LargeArrayVariableHere
}
Quite frankly, if you didn't know that you shouldn't be using MySQL. You're using it completely incorrectly and you're only hurting yourself and your script in the long run. Go back to files, or teach yourself something before using MySQL.
Reply


Messages In This Thread
mysql - store result. - by audriuxxx - 03.05.2013, 07:32
Re: mysql - store result. - by Scenario - 03.05.2013, 07:35
Re: mysql - store result. - by audriuxxx - 03.05.2013, 19:00
Re: mysql - store result. - by audriuxxx - 03.05.2013, 20:18
Re: mysql - store result. - by Tanush123 - 03.05.2013, 20:24
Re: mysql - store result. - by Vince - 03.05.2013, 20:33
Re: mysql - store result. - by audriuxxx - 04.05.2013, 08:45
Re: mysql - store result. - by Scenario - 04.05.2013, 13:59

Forum Jump:


Users browsing this thread: 1 Guest(s)