in reply to Need help with MS Access with Perl.......

If your new provider have created a System DSN for you, you'll just change the $dbh->Open call to:
$dbh->Open("DSN=ml");
and you should be running again.

The DSN should be changed to FILEDSN and point to the .dsn file, if they created a File DSN for you.

Good luck

/brother t0mas

Replies are listed 'Best First'.
Re: Re: Need help with MS Access with Perl.......
by sprakash (Acolyte) on Jun 28, 2001 at 21:06 UTC
    Thanks a tonf or your reply. It worked for me!!!!!!11 Really appreciate it. take care, surya