> Has anyone else run into this problem and have found a solution?
>       I am making an ODBC connection to a remote MS Access DB from my
> web server.  When my Perl script runs, it cannot open the data source.
> I tested the connection using MS Query, and it is fine.  Why 
> can't Perl
> access the DB?


Does this DB require authentication? If so, it should be:

my $db=new Win32::ODBC("DSN=$dsn;UID=$user;PWD=$pw");

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to