Issue 87586 - Variable missing in Function ConnecttoDatabase
Summary: Variable missing in Function ConnecttoDatabase
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: scripting (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows 2000
: P4 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-29 13:41 UTC by bsv999
Modified: 2013-07-30 02:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bsv999 2008-03-29 13:41:51 UTC
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())
Comment 1 kay.ramme 2008-04-11 13:56:29 UTC
Andreas, are you the right to care of this? Or may be Frank?
Comment 2 ab 2008-04-21 13:11:52 UTC
ab->bc: Are the wizards still your code? If not please assign
to the right person.
Comment 3 Rob Weir 2013-07-30 02:41:58 UTC
Reset assignee on issues not touched by assignee in more than 1000 days.