Here are your required answers: Q.Which database i can use ? A. SQLite. You can download it free from www.sqlite.org
Q. What should be connection string ? A. You can make a database adapter class instead. Go though these links http://developer.android.com/reference/android/database/sqlite/package-summary.html http://www.devx.com/wireless/Article/40842/1954 Q. How i can deploy queries ? A. You can write queries in your class using cursors Q. How i can parse recordsets etc ? A. Look into the Android SQLite API: http://developer.android.com/reference/android/database/sqlite/package-summary.html Hope this helps. Android Developer, Maqsood http://www.twitter.com/maxood On Feb 23, 11:51 pm, Harminder Singh <[email protected]> wrote: > Hello, > > I am newbie to Android application development. Can anybody help me > about to set up database related applications. > I have many questions into mind like: > Which database i can use ? > How i can use that ? > What should be connection string ? > How i can deploy queries ? > How i can parse recordsets etc ? > > Seeking your valuable comments > > Thank in Advance > Harminder -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

