Unable to insert data in Sqlite Database android
问题 Following code is used to insert data in the database. When application is launched, following code is executed. After RecentDBManager is executed, when I PULL database from emulator memory, it shows no record in FavoriteScrip table. When I logged InsertStmt in setData method, it works fine. It shows insert into FavoriteScrip(sym,cmp,chg) values ('value1','value2','value3') but it is not getting inserted in table... In main class rdbM = new RecentDBManager(CompanyView.this); try { if (!rdbM