
FishMonger
Veteran
Dec 6, 2008, 11:08 AM
Views: 3748
|
|
Re: [jgraeve] perl script hangs on query with where clause
|
|
|
What is the value returned for v1 from this select? $sth = $dbh->prepare("select * from test limit 1"); If it's not 1 then you may want to alter the create statement. v1 int auto_increment primary key not null
(This post was edited by FishMonger on Dec 6, 2008, 11:09 AM)
|