On Fri, 06 Mar 2009 14:25:44 +0100, carl <carl(at)multimax(dot)co(dot)za> wrote:
> When running the following code, a number representing the number of
> effected rows is returned, but the database entries have not been
> changed.
Just a quick idea: aren't you running that in a transaction which is ROLLED BACK at the end (this also happens when you neither rollback/commit the transaction, it's rolled back when the client disconnects). Try commiting it.
--
ru