To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46768
                  Issue #:|46768
                  Summary:|API: provide convenient access to the DataSource.Info
                          |property
                Component:|Database access
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|none
              Assigned to:|fs
              Reported by:|fs





------- Additional comments from [EMAIL PROTECTED] Wed Apr  6 00:01:27 -0700 
2005 -------
The service com.sun.star.sdb.DataSource supports a property "Info", which is a
sequence of property values.

Since this property has become more and more important over time, as it is used
to carry all kind of customizations for a data source, it's more and more used
from within sripting languages.

Unfortunately, reading or even modifying a property in this sequence is rather
laborious, as e.g. modifying requires to retrieve the sequence, look up the
property in question, modify it if it exists, append it if it previously doesn't
exist, and write back the whole sequence.

It would be nice to have an instantaneous access to a desired property, for
instance with the com.sun.star.beans.PropertyBag service.

---------------------------------------------------------------------
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]

Reply via email to