Hi there
I am trying to put some data into a ContentValue, so that I can save it. But the data isn't saving...
I have a few objects that all put data into ContentValues the same way, so I can't work out why this one isn't.
When i debug and step through the code that is putting the values into the ContentValue, it seems to be writing data over other data...? It will put a name at position[2], then put another value over that? So because my table requires certain values (won't allow not null), I believe it is not saving it...
Is there some sort of convention I am missing that is putting these in in the wrong order? Or does anyone have any ideas? I can post some of the code if it would help...
Thanks in advance
Neil

