To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115467
                 Issue #|115467
                 Summary|Exception when using resultset.next() on second entry.
               Component|Database access
                 Version|OOo 3.3 RC3
                Platform|Macintosh
                     URL|
              OS/Version|Mac OS X
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|dbaneedsconfirm
             Reported by|olaf_stetzer





------- Additional comments from olaf_stet...@openoffice.org Mon Nov  8 
10:02:12 +0000 2010 -------
In a basic macro I am reading data from a table using the recordset object.
This used to work before in a previous version, now, when the following loop
is executed for the second time I get an exception without any further
information about what is wrong. The exception is thrown at the While
Resultset.next() line:

...... some code defining statement and query.
ResultSet = Statement.executeQuery(sQuery)

If Not IsNull(ResultSet) Then
    While ResultSet.next()
    ..... some code reading data from resultset and using it
    Wend
End If  

Interestingly, the first entry can be read without a problem.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org

Reply via email to