Sunday 19 March 2017

Core Java Assignment 14


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 14



Create table with the following structure:
Userid         Character         10
Password      Character        10
Primary Key-Userid

Now design a login form(connected to database using jdbc) and show a welcome message if userid and password combination is correct, otherwise display an error message.


No comments:

Post a Comment