SQL Validation

  • Thread starter Thread starter John Wright
  • Start date Start date
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
 
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
 
Back
Top