I am inserting values into a row.. works OK
If I try to insert a value into a row that doesnt exist (using where)
it always returns true the same as if it did work
I want to update rows that have one unique field.. if the row doesnt
exists it should return 0 rows updated.. I then create the row...
But it always returns 1 even when I update a row that doesnt exist..
How do I get an error or a false return?
Any help appreciated :)
Comment