I'm using a database in MySQL for my program. I'm not sure if I should have this question here or in the MySQL forum, either way maybe some of you have seen this issue.
The database has a required login whenever it is accessed. So, when I open my application it asks me to log in...not a login that I made, one that gets created. My problem is, when you put in a wrong name/pass combo it gives series of annoying errors that scare users. I get reports every day about these errors and I was wondering if there is any way to handle that error. I'm not sure how since it's not using any code or forms that I made. I figure there must be some way, but I'm pretty much at a loss.
Thanks.
The database has a required login whenever it is accessed. So, when I open my application it asks me to log in...not a login that I made, one that gets created. My problem is, when you put in a wrong name/pass combo it gives series of annoying errors that scare users. I get reports every day about these errors and I was wondering if there is any way to handle that error. I'm not sure how since it's not using any code or forms that I made. I figure there must be some way, but I'm pretty much at a loss.
Thanks.