MySQL Forums
Forum List  »  Perl

DBD-mysqlPP and MySQL v4.1
Posted by: A. Sylvester
Date: September 22, 2006 11:43AM

OK, I have ActivePerl 5.8.8.8.19 and the "DBD-mysqlPP" PERL module installed on a Windows XP machine. I have MySQL v4.1 installed on another machine. I can connect successfully to the database through my PERL script, but I'm getting an error when running "SELECT" query statements on tables from the database. The error message states, "cannot run "each" on undefined value". It's actually complaining about code in mysqlpp.pm (line #392 to be specfic). Is there some sort of compatibility issue between MySQL v4.1 and DBD-MySQLPP? Why I'm connecting OK, but cannot run "SELECT" query statements?

Thanks!

Options: ReplyQuote


Subject
Written By
Posted
DBD-mysqlPP and MySQL v4.1
September 22, 2006 11:43AM
September 22, 2006 11:16PM
September 23, 2006 10:42AM
September 23, 2006 12:44PM
September 24, 2006 09:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.