On Fri, 11 Jul 2003, Chris Faust wrote: > I'm having a strange problem when trying to delete a row out of a table using DBI > (version 1.35 under RH 8) and MySQL 4.01x > snip. > > Any Ideas?
Try doing a DBI->trace(9) to see what is going on with DBI / DBD::mysql. Also, it might be helpful to try and narrow it down to a self-contained test script that exhibits the problem. Rudy