Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi experts!!
I am creating a sql query builder program in C# using asp.net 3.5.
I am able to generate the query. But i want to check/parse the generated sql statement whether the syntax is right or wrong.
How to achieve this. please help
thanks.
Posted

1 solution

It's simple. Start here: SQL Parser[^]
 
Share this answer
 
Comments
fjdiewornncalwe 16-Nov-12 17:11pm    
+5. Nice link.
Maciej Los 16-Nov-12 17:13pm    
Thank you, Marcus.
Espen Harlinn 17-Nov-12 13:59pm    
5'ed!
Maciej Los 18-Nov-12 17:38pm    
Thank you, Espen ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900