in reply to DBD::AnyData delete rows

What you're doing is "loading data in memory" ... And you're not committing the changes you've made.

This is explained clearly in the docs DBD::AnyData

Replies are listed 'Best First'.
Re^2: DBD::AnyData delete rows
by Perly Eyed (Initiate) on Aug 07, 2010 at 12:09 UTC
    I have tried $dbh->commit() with no difference. Auto commit is on by default and you can't turn it off.
    Also tried with ad_catalog and ad_import with no difference.
    Inserts and updates work very well, just deletes don't work.
    Thanks for you response