in reply to Problems connecting to server 2

sparkie, here's a way to find out what the database is reporting when the $sth fails: $dbh = DBI->connect("dbi:ODBC:TLRS",'sa','', {RaiseError =>1}) or die "$DBI::errstr\n";

ALL HAIL BRAK!!!