To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68914 Issue #|68914 Summary|useless error message when sdbc_hsqldb.jar is missing/ |corrupt Component|Database access Version|680m181 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|none Assigned to|oj Reported by|fs
------- Additional comments from [EMAIL PROTECTED] Thu Aug 24 00:21:00 -0700 2006 ------- - remove the sdbc_hsqldb.jar file from your installation's program/classes directory - open a embedded HSQLDB database document - select "Tables" in the left pane, trying to connect to the DB this way => error message "the connection could not be established" In the "More" dialog, there's a message like SQL Status: S1000 Error code: -29 File input/output error: H:\documents\database\HSQL playground.log This message is not useful at all, we should improve it telling what went wrong. fs->oj: Looking at the org.hsqldb.Database implementation, there is no handling at all for the case where the class denoted by fileaccess_class_name cannot be instantiated properly. In this case, the |fileaccess| member simply is null. We should implement a better error handling here, which tells the user that creating the file access instance went wrong. Fred can probably tell us which SQLState / ErrorCode he prefers to use here. --------------------------------------------------------------------- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]