implemented amb27 (SQL_Rewind)

fixed builds
This commit is contained in:
David Anderson
2007-04-24 15:46:33 +00:00
parent adfc2ab451
commit bfe1ff6e15
13 changed files with 81 additions and 2 deletions

View File

@ -555,6 +555,10 @@ void AtomicResult::CopyFrom(IResultSet *rs)
}
}
void AtomicResult::Rewind()
{
m_CurRow = 1;
}
AMX_NATIVE_INFO g_ThreadSqlNatives[] =
{