Hi , i need to develop an android application that can do verify userlogin and display a small message if login is successful. When user enters his login details in the app, these login details need to be verified against a sql server DB , and then if the login is successful , i need to display a small message in the app. Can anybody advice on how to achieve this functionality?
I have created a view for login and password. I have a Sql Server on my local machine . In these app , i need the following functionality- Whenever user enters login and password, the Credentials should be verified against existing SqlServer login table , and if login is successful , it should pull out the first name and last name fields for that login record from the table and display it for the user.
John Chambers
Greenhorn
Joined: Jan 07, 2012
Posts: 5
posted
0
Any ideas from anybody [moderators] on how to implement the functionality in android?