Does anyone know of a .NET control for building SQL Query command that can be
embeded in a Windows Form?

I am developing a Windows form application and want to give user a visual
tool to design SQL querys (SELECT only). The designer needs to be able to
work with a .NET dataset directly without a database connection.

I did some search and only found a few ActiveX SQL query designers.

Thanks for you help.

Re: .NET SQL Query Designer Control by George

George
Thu May 11 15:06:10 CDT 2006

Take a look at Easy Query. We've been using it for years, and our users
really like it.

http://devtools.korzh.com/eq/

--
------------------------------------------------------------------------
George Shubin Custom Software Development
dX Software Systems Database Applications
Ph: 503-981-6806 Fax: 503-982-0120
www.dxonline.com george@dxonline.com
------------------------------------------------------------------------

"You are going to call him William? What kind of a name is that? Every
Tom, Dick, Harry is called William. -- Samuel Goldwyn


"Bing" <Bing@discussions.microsoft.com> wrote in message
news:04BAF6B2-35F3-4BDD-92A6-8A781B1F59C5@microsoft.com...
> Does anyone know of a .NET control for building SQL Query command that can
> be
> embeded in a Windows Form?
>
> I am developing a Windows form application and want to give user a visual
> tool to design SQL querys (SELECT only). The designer needs to be able to
> work with a .NET dataset directly without a database connection.
>
> I did some search and only found a few ActiveX SQL query designers.
>
> Thanks for you help.