I have a textarea in my jsp, where in the user will enter a sql query of select or insert or update or delete.I have to validate that entered data and say whether the query is syntatically correct or not.For Example if User enters,
Select * from Tab..:
like this, it has to throw an alert message saying that, sql query is invalid as the user entered ..: at the end of the query.
I have to do this in javascript.
Can any one help me out?
Thanks&Regards
Anuradha
Select * from Tab..:
like this, it has to throw an alert message saying that, sql query is invalid as the user entered ..: at the end of the query.
I have to do this in javascript.
Can any one help me out?
Thanks&Regards
Anuradha
Comment