04.08.2013, 22:13
I have no idea what you just did with that sscanf call but my method around retrieving data is probably a bit less advanced.
An example can be seen below
An example can be seen below
Код:
new temptext[255]; while(mysql_retrieve_row()) { mysql_fetch_field_row(temptext, "DatabaseColumnName"); someValue = strval(temptext); }