In addition to grep's correct reference to the open office website, it appears that they are suggesting you use the Java Access Bridge as your interface handler.
I found this reference on the open office website
Java Access Bridge

Since you haven't elaborated on the desired outcome of your system, I can only bring up the questions based on my own experiences. I hope you do well on this project, and hope that the links and suggestions/questions will help get you to your goal. It looks like you are destined to use the Java Bridge, but consider the following:

Have you tried to link to the OpenOffice tables using your Windblows MSAccess?

Are you writing this in activeperl an Windblows, and then plan to move it to a MacPerl environment?

Is the Windblows XP going to be a part of the end system?

I ask all of these question due to your comment about having this code already working for MSAccess.

There are ODBC's available for the use on a Mac that let you plug into Access databases from the Mac.

I googled and this was the top link ODBC for Mac to MS Access

Though this is not a Perl solution, it may be an easier path to success; However, that will depend mostly on your overall system design and use of your resources.

Good Luck!


In reply to Re: Connecting to OpenOffice Base by Sagacity
in thread Connecting to OpenOffice Base by taioba

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.