开发者

How to add a row to a table using sqlite browser in android

开发者 https://www.devze.com 2023-04-07 19:38 出处:网络
I was able to delete rows in the table i have created by simply clicking on the button \"Delete Record\". But when i am trying to add a row by clicking on the button \"New Record\", it displayed an er

I was able to delete rows in the table i have created by simply clicking on the button "Delete Record". But when i am trying to add a row by clicking on the button "New Record", it displayed an error like this

How to add a row to a table using sqlite browser in android

so, in the preferences i have set the default value to empty string. Still it is not working and is displaying the same error. Is it possible to add like this or not? And w开发者_开发技巧hen i create a new table, there is no problem in creating a new record. But how to add data into that row? please help me. Thank you


According to this bug report:

http://sourceforge.net/tracker/?func=detail&aid=2936194&group_id=87946&atid=584909

...this appears to be caused by a bug in the app which still isn't fixed (see comments on issue).

The last comment states they were successful in changing their preferences by creating a few registry keys where the app looks for its settings.

0

精彩评论

暂无评论...
验证码 换一张
取 消