Connecting Tech Pros Worldwide Help | Site Map

connection to openOffice.org database

Member
 
Join Date: May 2008
Posts: 51
#1: Jul 2 '08
hi,
We can connect to postgresql using the driver Pg using the data source name. The DBI->Connect is as under.

my $dbh=DBI->connect("dbi:Pg:dbname=postoffice","pavan","");
i used the above connect statement to connect to posgresql database.

We are using Ubuntu 6.06,which contains openOffice.org database.
So, here i enter say an employee table. So, how can i connect to that database like i did in postgresql ? could u tell me the datasource name,especially the driver to be used?

Regards,
pavan.
Reply