PHP Classes

UPDATE

Recommend this page to a friend!

      coMySQLClass  >  All threads  >  UPDATE  >  (Un) Subscribe thread alerts  
Subject:UPDATE
Summary:missing update options
Messages:2
Author:rudie dirkx
Date:2007-01-06 10:15:38
Update:2007-01-06 21:58:04
 

 


  1. UPDATE   Reply   Report abuse  
Picture of rudie dirkx 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

  2. Re: UPDATE   Reply   Report abuse  
Picture of Charles Ouellet Charles Ouellet - 2007-01-06 21:58:04 - In reply to message 1 from rudie dirkx
Thanks for your comments, I will update my method soon!