in reply to Question about joins?

Try printing out the value of $AuthUser, or removing the where clause altogether (to make sure that's not what's causing the problem.)

Replies are listed 'Best First'.
Re^2: Question about joins?
by zackdade (Initiate) on Jan 14, 2005 at 16:44 UTC
    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.