Re: Cannot lock: called with 1 bind variables when 0 are needed

2004-10-24 Thread Jonathan Mangin
Hmmm, you're probably right. I got carried away. - Original Message - From: Mike Wexler [EMAIL PROTECTED] To: Jonathan Mangin [EMAIL PROTECTED] Sent: Sunday, October 24, 2004 4:53 PM Subject: Re: Cannot lock: called with 1 bind variables when 0 are needed Try this: my $sql = LOCK

Re: Cannot lock: called with 1 bind variables when 0 are needed

2004-10-24 Thread Jonathan Mangin
] To: Jonathan Mangin [EMAIL PROTECTED] Sent: Sunday, October 24, 2004 4:53 PM Subject: Re: Cannot lock: called with 1 bind variables when 0 are needed Try this: my $sql = LOCK tables TBUSR write, TBAUTH write, TBDATALOG write, TBAGCY write, TBREL write, TBACCESSLOG write; my $sth = $dbh-prepare

Cannot lock: called with 1 bind variables when 0 are needed

2004-10-23 Thread Jonathan Mangin
Hi all, With 3.23.38 I have: my $sql = LOCK tables TBUSR write, TBAUTH write, TBDATALOG write, TBAGCY write, TBREL write, TBACCESSLOG write; my $sth = $dbh-prepare($sql); $sth-execute($sql) || die Cannot lock: . $sth-errstr(); I get: Cannot lock: called with 1 bind variables when 0 are needed