Problem with MySQL Data Loading
#3

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

Код:
new temptext[255];

while(mysql_retrieve_row())
{
    mysql_fetch_field_row(temptext, "DatabaseColumnName");
    someValue = strval(temptext);
}
Reply


Messages In This Thread
Problem with MySQL Data Loading - by Slepur - 04.08.2013, 20:17
Re: Problem with MySQL Data Loading - by Slepur - 04.08.2013, 21:58
Re: Problem with MySQL Data Loading - by HarrisonC - 04.08.2013, 22:13
Re: Problem with MySQL Data Loading - by CrazyChoco - 04.08.2013, 22:37
Re: Problem with MySQL Data Loading - by SuperViper - 04.08.2013, 22:41

Forum Jump:


Users browsing this thread: 1 Guest(s)