durell has asked for the wisdom of the Perl Monks concerning the following question:
I am really getting beat up with trying to Perl to connect to an Access Database. I will switching later either to SQL Server or Oracle, so I guess I need to connect via DBI:ODBC. That is where the problem came to light....I receive this error: Can not locate object method "connect" via package "DBI" (perhaps you forgot to load DBI). At this point the code is pretty simple...but still does not work!!
Any Ideas would be greatly appreciated!!!
Code Snippet:
use DBI;
my $dsn = "driver=Microsoft Access Driver
(*.mdb);dbq=\\\\server\\xxx\\xxx.mdb";