1
Hi!
I am a beginner at XOOPS and I have just created my first module. A very simple one, but it works(!)... almost.
First I developed the module with my own connection to my database, but now I want to use the xoopsDB class. It works for all queries but when trying to do a delete it doesn't. I have really tried to make it work, but it doesn't and I can't get out any error messages (e.g. by calling $xoopsDB->error().
It is a simple query:
$xoopsDB->query("delete from my_table");
and it should work(!?), I think...
updates work so it is not in "read-only" mode...
please, help. I really do want to use the xoopsDB class.
Thanx
/Stefan