1
Hallo,
I am working on a new module for XOOPS using 5 database tables. All routines of inserting a new record and updating
existing records in my module work fine.
Just deleting records in any of my tables fails. When I copy the delete statement and use it in phpMyAdmin on the SAME tables the statement works successfully. So it doesn't seem to be a problem of syntax.
Is there anything special to remember when doing a delete with respect to an insert/update statement in Xoops?
Any hint, suggestion, comment is appreciated.
Tks, Solaris365