Hi Balaraju, The validation should be enforced by your application. You should not allow users to have proceed further if they dont give email's or passwords less than 6 characters.
regards anandkl On 4/6/07, balaraju mandala <[EMAIL PROTECTED]> wrote:
Hi All, What data will be inserted if some users use regional keyboards(like Chineese or French characters supported). Is my validation conditations will work for those? I mean recently i observed that some registered users for our application violated validation rules. Some users give single characters as passwords(min 6 need to give) and they did not given email id(email should not be a blank field). What can be the reasone?. The data will be directly inserted to mysql database.