I just realized that one of my database insert() commands failed due to violation of a not null constraint - I just filled no data into this field.
Problem is, it took m
Have you looked in LogCat? It's usually pretty verbose about what's going on to include what's going wrong.