MySQL Forums
Forum List  »  Perl

Re: Duplicate entry in auto-increment field
Posted by: Felix Geerinckx
Date: February 08, 2007 04:28PM

Mário Antunes Wrote:

> "$sth->execute("NULL",$time,$src_mac,$dest_mac,$type_proto) or print "ERR:xxx";

Make that
$sth->execute(undef,$time,$src_mac,$dest_mac,$type_proto) or print "ERR:xxx"

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

Options: ReplyQuote


Subject
Written By
Posted
Re: Duplicate entry in auto-increment field
February 08, 2007 04:28PM


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.