added amb281 - multiple result sets for MySQL
This commit is contained in:
@ -560,6 +560,11 @@ void AtomicResult::Rewind()
|
||||
m_CurRow = 1;
|
||||
}
|
||||
|
||||
bool AtomicResult::NextResultSet()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
AMX_NATIVE_INFO g_ThreadSqlNatives[] =
|
||||
{
|
||||
{"SQL_ThreadQuery", SQL_ThreadQuery},
|
||||
|
Reference in New Issue
Block a user