i am trying complete a simple login where the username and password are flat within the program...... i have absolutely no idea on how to do it! i am using a jdialogue form in netbeans and have designed the facial however i simply dont now how to compare what is entered to what is not!. Can anybody help me? Thanks
Recommended Answers
Jump to PostI assume you want to compare what you've entered to what you get out of a database.
use a jdbc connector to communicate with the database, retreive the data (being a username and a password) out of the database, and use the .equals(Object o) method to compare the values that …
All 2 Replies
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.