To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96862





------- Additional comments from [email protected] Fri Mar 27 12:02:07 +0000 
2009 -------
> Actually, If you can tell me I can (thru a macro or config) register a data
> source without having to install Base

In Basic, do:
  databaseContext = createUnoService( "com.sun.star.sdb.DatabaseContext" )
  databaseDocument = databaseContext.getByName( _
    "file:///url/to/database/document.odb" )
  databaseContext.registerObject( "someShortName", databaseDocument )
  databaseDocument.dispose

This will present document.odb, as "someShortName", in the data source browser
(the thing you get when pressing F4 in a text or spreadsheet).

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

Reply via email to