View Single Post
  #2 (permalink)  
Old 10-03-2008, 5:12 AM
Sergey Smagin Sergey Smagin is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Feb 2007
Posts: 3
Reputation: 0
Sergey Smagin is on a distinguished programming path ahead
Default

Hi,

Your requirements are perfectly suit to the Active Query Builder component: it has MS-style visual interface, it can parse SQL queries of any complexity and report about parsing errors (of course). Also it can be used as a parser (without GUI). The only shortcoming is that this component reports about one error only, so the user will have to correct the query many times until all errors will be fixed. The developers promise to resolve this issue in the next major version.
Reply With Quote