Re: DBD::ADO connect error...

2004-08-18 Thread Steffen Goeldner
amonotod wrote: From: amonotod [EMAIL PROTECTED] Date: 2004/08/17 Tue PM 08:25:11 GMT Use of uninitialized value in subroutine entry at C:/Perl/site/lib/DBI.pm line 595. DBD::ADO::dr connect warning: at C:/Perl/site/lib/DBI.pm line 595. Sorry, I didn't mean to forget: OS: Windows

Re: DBD::ADO connect error...

2004-08-18 Thread amonotod
} From: Steffen Goeldner [EMAIL PROTECTED] Date: 2004/08/18 Wed AM 08:25:50 GMT Don't know what triggers the 'uninitialized' warning. Line 595 of DBI.PM is where the username and password are passed off to the $drh. Since the password is null (I'm connecting to an Access DB with no

DBD::ADO connect error...

2004-08-17 Thread amonotod
Howdy, I have a script (attached) that creates an Access 2K database, connects to it, creates a table, and pops some data into it. It all works, no problem. However, I'm getting the following messages on the console (CMD prompt): Use of uninitialized value in subroutine entry at

Re: DBD::ADO connect error...

2004-08-17 Thread amonotod
From: amonotod [EMAIL PROTECTED] Date: 2004/08/17 Tue PM 08:25:11 GMT Use of uninitialized value in subroutine entry at C:/Perl/site/lib/DBI.pm line 595. DBD::ADO::dr connect warning: at C:/Perl/site/lib/DBI.pm line 595. Sorry, I didn't mean to forget: OS: Windows 2000, SP4 Perl: