para.setInt(1, i);
para.setString(2, "Test" + i);
prep.executeUpdate();
}
connection.refreshTables();
}
// --------------------------------------------------------------------------------------------------------
void testPosition(XResultSet m_resultSet, XRow m_row, int expectedValue, String location) throws SQLException
{