Providers aren't that hard once you take a good look at the example. I used one for my DB and it does the inserts, updates, deletes and queries exactly like I need it to.
On Dec 19, 5:30 am, "[email protected]" <[email protected]> wrote: > Hi eyedol, > > Thanks for your reply. i have tried those exercises and still I'm > confusing. > In those exercises, not using "Content Providers". > Actually, I want to update.... APN settings data in existing code(open > source code). > I have updated the table with some other entries and modified related > files. > But, while launching APN Editor, application is crashing. > > Please help me in these things. > > Regards, > - Luck > > On Dec 19, 11:49 am, eyedol <[email protected]> wrote: > > > Check the Notepad tutorials. > > > On Dec 19, 3:47 am, "[email protected]" > > > <[email protected]> wrote: > > > Hi All, > > > > How can we use sqlite3 for database usage in Android. I'm trying to > > > use it, but I couldn't get enough information on these things. I want > > > to create new database(new tables) and want to use that in my > > > application as I need to add, update, delete the rows(or records) in > > > each table for a well defined application. > > > > Can anybody give me some example codes for this. > > > > Thanks in advance. > > > - Luck > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

