in reply to Connecting to OpenOffice Base
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.
|
---|