in reply to DBI:Problem in binding VARCHAR values to statement
I also notice 'connect' is not spelled correctly, is this a typo here, or something 'use strict' would have caught?
(Update:Nevermind, it ought to be obvious if this was the problem even without 'use strict').
You also have no 'where' clause on your second SQL statement. This would have been caught with RaiseError or checking the return value of the prepare.
|
|---|