http://qs321.pair.com?node_id=710222


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