Android Question SQLite Add query

horage

Member
Hello. I have a problem in my query. I have fields wherein they are intended to be empty. As you can see from my query, there are 3 NULL and 3 " ". those are where i have nothing to add to it. But when i run my code, my app only force closes and show no error in the logs window. I want to add to the database but i want those 3 to be empty for now and insert data later. Can someone help me. Thanks
 

Attachments

  • test1.jpg
    test1.jpg
    69.1 KB · Views: 198

horage

Member
Thanks klaus. Didn't notice that i have 13 items only. But should i only input 11 items and remove the 3 " " in the In Array As Object? Thanks

Edit : Problem Solved. Placed 11 items in the execnonquery2. Thanks again klaus
 
Last edited:
Upvote 0
Top