SQL Validation

J

John Wright

I am writting a program that I want to allow users to enter SQL code into a
window and then press a valdiate button to validate the SQL against ANSI-92
standards. Does anyone have an SQL validation engine they are aware of? I
need this to be generic because the SQL needs to validate for SQL Server and
Oracle. Thanks.


john
 
J

jarl

I am writting a program that I want to allow users to enterSQLcode into a
window and then press a valdiate button to validate theSQLagainstANSI-92
standards. Does anyone have anSQLvalidation engine they are aware of? I
need this to be generic because theSQLneeds to validate forSQLServer and
Oracle. Thanks.

john

You can also check out the SQL Validator, http://developer.mimer.com/validator/

Online verification of ANSI/ISO SQL syntax (SQL-92, SQL-99 and
SQL-2003).


/Jarl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top