Issue 86611 - UI for custom connection properties
Summary: UI for custom connection properties
Status: CONFIRMED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: OOo 2.3.1
Hardware: All All
: P5 (lowest) Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-02 14:08 UTC by oodialog
Modified: 2013-02-07 22:32 UTC (History)
1 user (show)

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


Attachments
Explanatory screenshots (88.89 KB, application/vnd.oasis.opendocument.text)
2008-05-05 18:12 UTC, oodialog
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description oodialog 2008-03-02 14:08:25 UTC
Hello,

I created a non-sql Database driver which requires additional connection properties.
These properties should not be provided via URL parameters.
My com.sun.star.sdbcx.Driver service implementation returns those parameters via
method DriverPropertyInfo[] getPropertyInfo(...).
In your document "Data Source Properties Dialog" I found this passage:
" 3.3. Technical Dependencies / Requirements
The database drivers must return the properties, which they support, when
calling the com.sun.star.sdbc.XDriver method getProperties()."
getProperties() => getPropertyInfo(...) is that a typo?
I did not find any info on how to extend or implement the "Additional settings"
page of the property dialog.
Extending the component schema DataAccess.xcs also didn't work.
Could you please point me into the right direction?
Thanks a lot.

http://dba.openoffice.org/specifications/Data_Source_Property_Dialog.sxw
Comment 1 Frank Schönheit 2008-03-05 14:35:16 UTC
Currently, if you deploy an own driver, its special settings as reported by
getPropertyInfo are not respected by the UI. That is, there is no mechanism at
all to add or modify them.

I am unsure about the motivation for this issue: Do you request such an UI being
implemented? Do you want support for implementing it yourself?
Comment 2 christoph.lukasiak 2008-05-05 16:09:12 UTC
send further to the requirements team
Comment 3 christoph.lukasiak 2008-05-05 16:13:25 UTC
set to 'new'
Comment 4 oodialog 2008-05-05 18:12:25 UTC
Created attachment 53393 [details]
Explanatory screenshots