On Wed May 17 2006 21:44, + Paul Davies wrote:
>  [ MODERATED ] ***********************
> /I am using version 2.0.2 of OpenOffice.org. My problem is :
>
> I have a MS Access database on a website that I access using PHP or ASP
> web pages and using an ADO connection string, i.e. adoCon.Open
> "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" &
> Server.MapPath("guestbook.mdb").
>
> Is there a way of doing the same thing with a Base database and
> accessing the .odb file?

Hi Paul,
 I think if you unzip the odb file you will see that it contains a HSQLDB (
http://hsqldb.org/ ) database file. You may be able to use that with PHP 
directly ( or with a JDBC connection).

Please reply to [email protected] only

-- 
CPH : openoffice.org contributor

Maybe your question has been answered already?
                                http://user-faq.openoffice.org/#FAQ

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to