in reply to ODBC problem

When using ODBC it should just be the DSN IIRC, have you tried something like this:

my $dsn = 'SOTAMAS90'; my $dbh = DBI->connect("dbi:ODBC:$dsn", $dbuser, $dbpass) or die "derp +: $DBI::errstr\n";