Hello Walaa,
My case is I have to get the SQL statements from a TextBox (multiline) which is entred by user.My work requires that I save these SQL statements in a table in the DB.Before saving these statements I have to make sure that these SQL statement gets executed successfully in the DB without any error.The user will enter only the SELECT statements of any table in the DB.
So this is the scenario.I hope I'm clear to you.
can you please help me with some examples.
Thanks.