while(SQLFetch(stmtHandle) != SQL_NO_DATA)
static extern short SQLFetch(IntPtr StatementHandle);
Private Function SQLFetch(ByVal statementHandle As IntPtr) As Short
bool ret = isOK(SQLFetch(statementHandle));