View Single Post
  #1 (permalink)  
Old 10-02-2008, 10:26 AM
Nvbn Nvbn is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Oct 2008
Age: 39
Posts: 3
Reputation: 0
Nvbn is on a distinguished programming path ahead
Smile SQL query builder

Hi there, I need to create a utility for our app that allows users to enter SQL, in a text box, ideally parse it, reporting back any errors, then affect a selectable database update. Is there an MS component that allows the type of table view query builder? Does anyone know of a good on-line resource/example of a simple query builder, VB.net or C# ? Thank-you in advance

Or just a way to parse a SQL string entered via textbox prior to execution in order to resolve errors

Last edited by Nvbn; 10-02-2008 at 11:18 AM.
Reply With Quote