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 - 05 Nov 2006 08:21 GMT
> 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.