To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87586
Issue #|87586
Summary|Variable missing in Function ConnecttoDatabase
Component|scripting
Version|OOo 2.4.0
Platform|PC
URL|
OS/Version|Windows 2000
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P4
Subcomponent|code
Assigned to|kr
Reported by|bsv999
------- Additional comments from [EMAIL PROTECTED] Sat Mar 29 12:41:51 +0000
2008 -------
BASIC Library "Tools" - function "ConnecttoDatabase":
Variable "Namelist()" missing in "Tools".
Now:
If Not IsMissing(Namelist()) Then
If Not IsMissing(DriverProperties()) Then
RegisterNewDataSource(DSName, PropertyList(),
DriverProperties())
Must be:
If Not IsMissing(PropertyList()) Then
If Not IsMissing(DriverProperties()) Then
RegisterNewDataSource(DSName, PropertyList(),
DriverProperties())
---------------------------------------------------------------------
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]