I tried removing the $AuthUser and it didn't work :( For some reason it isn't giving me an error. I used error trapping
$rc = $dbh->Sql($selst);
die "Error: " . Win32::ODBC::Error( ) . "\n";
and it just prints out Error: (with no error message). Every other time it prints out an error.