Not able to fetch data from Sqlite Database
问题 I want to fetch data from SQLITE database and display it in a LIST. My database name is AppDB.db and table name is Scrip which contains 3 columns _id(primary key) and symbol&company_name which are text. I want to fetch only 2nd and 3rd column. I have copied database in Assets folder. I get force close when I execute following code but I don't know what might be the reason. Please help.. I'm absolute beginner to Android, so any help appreciated... Contents: 1.) DataAttach.java 2.) DbManager