
rudie dirkx - 2007-01-06 10:15:38
What if I'd want to update a table like this:
UPDATE table SET somefield = somefield + 2;
That would be impossible with your Update method.
This would also be impossible:
UPDATE table SET somefield = NULL;
So I'd say you're not ready yet