https://bugs.freedesktop.org/show_bug.cgi?id=63718

          Priority: medium
            Bug ID: 63718
          Assignee: [email protected]
           Summary: error log file doesn't exist although path printed
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: [email protected]
          Hardware: Other
            Status: UNCONFIRMED
           Version: 3.6.5.2 release
         Component: BASIC
           Product: LibreOffice

Created attachment 78227
  --> https://bugs.freedesktop.org/attachment.cgi?id=78227&action=edit
error message

I'm trying to make this sample code work :
---
(...)
dbContext = CreateUnoService("com.sun.star.sdb.DatabaseContext")
dbBase = dbContext.getbyName(dbURL)
dbConnexion = dbBase.getConnection("", "")
statement = dbConnexion.createStatement()
nbDropped = statement.executeUpdate("DELETE FROM" & chr(34) & "lyon" & chr(34)
)
(...)
---

When I run this code, I get the attached error message. Then I can't find the
error log file whose path is printed in the message.

Is there a missing flush to log file ?

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

Reply via email to