So what part of your problem do you not know how to do? If it is mearly sending the user thier password, typically this would be done via Email. You can use the
JavaMail API for this.
If you need to know how to access a database from Java
you should look at the
JDBC Tutorial from Sun.
If you don't understand something else, you might be a little more specific with your question. By that I mean, is this a Desktop App or a Web App? Are you getting specific errors when compiling or running your code? If so, show us the code in question.
[ May 16, 2004: Message edited by: Gregg Bolinger ]