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


in reply to Can I set the DSN for an ODBC connection?

There appears to be

This from the the docs for DBD::ODBC

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