added amb281 - multiple result sets for MySQL
This commit is contained in:
@ -164,3 +164,8 @@ void SqliteResultSet::Rewind()
|
||||
m_CurRow = 1;
|
||||
m_CurIndex = (m_CurRow * m_Columns);
|
||||
}
|
||||
|
||||
bool SqliteResultSet::NextResultSet()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user