I need a validation message that when user send the invalid charectore as value to database invalid charectors thru send function a warning message is given that invalid values such as 'ABCD' charecter cannot be send.
Currently when invalid charecters are entered and send to server a message comes that all data is send, (even though invalid charecters are not really send).
How to ensure a warning message is given when invalid charecers are send to database.
Appreciate inputs.
Regards,