MySQL Forums
Forum List  »  Perl

Re: DBI Expection question
Posted by: Felix Geerinckx
Date: June 09, 2005 11:16AM

Jim Babcock wrote:

> my $errstr = qq{insert err_urls (url,tstamp,count) values (?,?,?)};

This is not valid sql (you forgot the INTO) ...

> my $err_stmt = $dbh->prepare($errstr);

...so $err_stmt will be undefined.

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
June 09, 2005 10:43AM
Re: DBI Expection question
June 09, 2005 11:16AM


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.