https://bugs.documentfoundation.org/show_bug.cgi?id=101399

            Bug ID: 101399
           Summary: Embedded Firebird  - DisposedException
           Product: LibreOffice
           Version: 5.1.5.2 release
          Hardware: All
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

The following sequence of commands causes a DisposedException for some reason.
This does not happen with the HSQLDB.

oDBSource = ThisComponent.DataSource
oConn = oDBSource.getConnection( "" , "" )
oStatement = oConn.createStatement()
sql = "CREATE TABLE " & DBQuoteName("testtable", oConn) & " (id int not null
primary key, txt varchar(50))"
oResult = oStatement.executeQuery(sql)
'sql = "COMMIT"
'oResult = oStatement.executeQuery(sql)
sql = "INSERT INTO TABLE " &  DBQuoteName("testtable", oConn) & " (1, 'test')"
oStatement.executeQuery(sql)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to