Bug 63718

Summary: error log file doesn't exist although path printed
Product: LibreOffice Reporter: Jérôme Bouat <jerome.bouat>
Component: BASICAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: medium CC: jmadero.dev
Version: 3.6.5.2 release   
Hardware: Other   
OS: Windows (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: error message

Description Jérôme Bouat 2013-04-19 10:47:01 UTC
Created attachment 78227 [details]
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 ?
Comment 1 Joel Madero 2014-05-28 02:44:10 UTC
Sorry for the long delay - this is not a bug report instead just requesting advice. You should head to the user list with these kinds of questions. Closing as INVALID.

Again sorry for the long delay - hopefully in the past year you've found a solution.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.