Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ngk
Starting Member
10 Posts |
Posted - 2008-10-02 : 08:38:03
|
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 advanceOr just a way to parse a SQL string from textbox prior to executing on the database to ensure validity |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2008-10-06 : 10:46:09
|
SET PARSEONLY { ON | OFF } E 12°55'05.63"N 56°04'39.26" |
|
|
|
|
|