Бан (mysql)
#26

Quote:
Originally Posted by Stepashka
Посмотреть сообщение
Так тяжело внимательно изучить документацию?
pawn Код:
public MySQLExample() {
    mysql_store_result();//Вот эта функция извлекает данные из результата
    if (mysql_num_rows() > 0) {
        new result[128], time;
        while (mysql_fetch_row_format(result, "|")) {
            sscanf(result, "p<|>i", time);
           
        }
    }
    mysql_free_result(dbHandler);
}
Хм...
Quote:

ProcessQueryThread(OnTest) - Data caching enabled.
CMySQLHandler::StoreResult() - Result was stored.
CMySQLHandler::FreeResult() - Result was successfully free'd.
CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
OnTest(i) - Threaded function called.
>> mysql_store_result( Connection handle: 1 )
CMySQLHandler::StoreResult() - No data to store.
>> mysql_num_rows( Connection handle: 1 )
CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
>> mysql_free_result( Connection handle: 1 )
CMySQLHandler::FreeResult() - The result is already empty.
ProcessTick() - The cache has been cleared.

Reply


Messages In This Thread
Бан (mysql) - by Ted67 - 17.03.2013, 14:53
Re: Бан (mysql) - by Stepashka - 17.03.2013, 14:58
Re: Бан (mysql) - by NameNone - 17.03.2013, 14:59
Re: Бан (mysql) - by Ted67 - 17.03.2013, 15:04
Re: Бан (mysql) - by Stepashka - 17.03.2013, 15:17
Re: Бан (mysql) - by Ted67 - 17.03.2013, 15:27
Re: Бан (mysql) - by Ted67 - 17.03.2013, 16:02
Re: Бан (mysql) - by TRPG - 17.03.2013, 16:53
Re: Бан (mysql) - by Ted67 - 17.03.2013, 19:28
Re: Бан (mysql) - by Stepashka - 17.03.2013, 20:09
Re: Бан (mysql) - by Ted67 - 17.03.2013, 22:08
Re: Бан (mysql) - by Stepashka - 18.03.2013, 05:36
Re: Бан (mysql) - by Ted67 - 18.03.2013, 14:57
Re: Бан (mysql) - by Stepashka - 18.03.2013, 15:00
Re: Бан (mysql) - by Ted67 - 18.03.2013, 16:46
Re: Бан (mysql) - by Stepashka - 18.03.2013, 17:13
Re: Бан (mysql) - by Ted67 - 18.03.2013, 18:17
Re: Бан (mysql) - by Stepashka - 18.03.2013, 18:23
Re: Бан (mysql) - by Ted67 - 18.03.2013, 19:07
Re: Бан (mysql) - by Frapsy - 19.03.2013, 04:08
Re: Бан (mysql) - by Stepashka - 19.03.2013, 05:27
Re: Бан (mysql) - by Ted67 - 19.03.2013, 11:34
Re: Бан (mysql) - by Stepashka - 19.03.2013, 13:18
Re: Бан (mysql) - by Ted67 - 19.03.2013, 16:07
Re: Бан (mysql) - by Stepashka - 19.03.2013, 16:26
Re: Бан (mysql) - by Ted67 - 20.03.2013, 14:42

Forum Jump:


Users browsing this thread: 1 Guest(s)