Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Connecting to OpenOffice Base

by grep (Monsignor)
on Sep 10, 2008 at 00:51 UTC ( [id://710222]=note: print w/replies, xml ) Need Help??


in reply to Connecting to OpenOffice Base

I would use an actual DSN from ODBC. It looks like you're using handcrafted DSN for Access.

Setup DSN Instructions. Then you'll have a DSN name to use in your DBI string.

$dbh = DBI->connect('dbi:ODBC:DSN', 'user', 'password');

Note: If you don't see Open Office Base as a option for a data source check out the Open Office Website for ODBC drivers.

grep
One dead unjugged rabbit fish later...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://710222]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-23 21:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found