A
AAA
Hi,
I have a textbox which allow user to enter their SQL query.
So that query will be dynamic each time cos it is based on user input.
how could I write a code to detect if the input SQL query is ok, no syntax
error ?
if SQL query = ok then
TO TASK
else
STOP
endif
I have a textbox which allow user to enter their SQL query.
So that query will be dynamic each time cos it is based on user input.
how could I write a code to detect if the input SQL query is ok, no syntax
error ?
if SQL query = ok then
TO TASK
else
STOP
endif