Another idea: If you don't know how to access a DB, don't use a DB. There's no great shame in using a plain old file to hold data.
On Sep 27, 2:02 pm, Gold <[email protected]> wrote: > Hi..All, > > I create database using sqlite in command prompt. > > In my login screen user can enter loginid and > password. then click the login button. while click the button I need > to check that ..if login successful I need to retrive other details > from the same table . How can i achive this. is there any sample > code..! > > Here is the details > > database name : COPU > > Table name : Master_UserLogin > > columns : LoginID , Password, SiteID, BOCUDate > > once i check loginid and password if it is match i need to display > siteid and bocudate.. > > please help me. > > Thanks in advance, > Gold -- 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

