DB2 SQL Syntax Validation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kunal Ka
    New Member
    • Aug 2011
    • 1

    DB2 SQL Syntax Validation

    I want to validate my SQL Syntax (check whether its grammatically correct), so that I don't have to hit DB just to check syntactical correctness. Microsoft C# provides TSQL100Parser class for SQL Server queries.

    Is there any way to do this ? I am using C#.
Working...