doing something after so many times something has loaded  
Author Message
christopher_board





PostPosted: 2006-11-5 3:24:00 Top

java-programmer, doing something after so many times something has loaded Hi am currently writing a java application. The program that i am
writing allows people to be able log on to the program using a username
and password. I want to be able to edit information in a MySQL Database
when there has been a password error 3 times. How would i go about
checking to see how many times something has happened.

Any help would be apreciated.

Thank you

 
Tor Iver Wilhelmsen





PostPosted: 2006-11-5 17:06:00 Top

java-programmer >> doing something after so many times something has loaded email***@***.com writes:

> Hi am currently writing a java application. The program that i am
> writing allows people to be able log on to the program using a username
> and password. I want to be able to edit information in a MySQL Database
> when there has been a password error 3 times. How would i go about
> checking to see how many times something has happened.

Put that in the database, too.