Home All Groups Group Topic Archive Search About
Author
30 Jan 2006 2:39 PM
Daz Talbot
Hi there

Does anyone know if it is possible to invoke the SQL Server Query Builder
from within a VB.NET program.

I'd like to have query building functionality within my application.

Thanks

Daz

Author
30 Jan 2006 2:48 PM
Daz Talbot
Sorry, should have mentioned that I'm using VS2005 and SQL Server 2005

Show quoteHide quote
"Daz Talbot" <daz@nospam.nospam> wrote in message
news:e9er3raJGHA.1728@TK2MSFTNGP09.phx.gbl...
> Hi there
>
> Does anyone know if it is possible to invoke the SQL Server Query Builder
> from within a VB.NET program.
>
> I'd like to have query building functionality within my application.
>
> Thanks
>
> Daz
>
Author
31 Jan 2006 5:47 AM
Gary Chang[MSFT]
Hi Daz,

>Does anyone know if it is possible to invoke the SQL Server
>Query Builder from within a VB.NET program.

I am afraid the query builder of SQL Server 2005 is not a redistributable
component for other application, currently you could not load it within
your application.

However, I found there are many third-party's query builder component
available, I suggest you can take a look n the following website:

Database Query Building Components
http://www.devdirect.com/ALL/QueryBuilder_PCAT_2018.aspx


Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Community Support
======================================================
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00
AM PST, February 14, 2006.  Please complete a re-registration process by
entering the secure code mmpng2006 when prompted. Once you have entered the
secure code mmpng2006, you will be able to update your profile and access
the partner newsgroups.
======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
Author
2 Feb 2006 6:11 PM
Daz Talbot
I won't need to distribute any components.  I need it for a custom control I
am developing and it only needs to be accessible from within the Visual
Studio environment.

I'd rather use the standard query builder so it looks the part rather than
try to emulate it with a 3rd party control.  Is this possible under these
circumstances?

Thanks

""Gary Chang[MSFT]"" <v-gar***@online.microsoft.com> wrote in message
Show quoteHide quote
news:D3RSaniJGHA.224@TK2MSFTNGXA02.phx.gbl...
> Hi Daz,
>
>>Does anyone know if it is possible to invoke the SQL Server
>>Query Builder from within a VB.NET program.
>
> I am afraid the query builder of SQL Server 2005 is not a redistributable
> component for other application, currently you could not load it within
> your application.
>
> However, I found there are many third-party's query builder component
> available, I suggest you can take a look n the following website:
>
> Database Query Building Components
> http://www.devdirect.com/ALL/QueryBuilder_PCAT_2018.aspx
>
>
> Thanks for your understanding!
>
> Best regards,
>
> Gary Chang
> Microsoft Community Support
> ======================================================
> PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00
> AM PST, February 14, 2006.  Please complete a re-registration process by
> entering the secure code mmpng2006 when prompted. Once you have entered
> the
> secure code mmpng2006, you will be able to update your profile and access
> the partner newsgroups.
> ======================================================
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from this issue.
> ======================================================
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> ======================================================
>
Author
3 Feb 2006 2:49 AM
Gary Chang[MSFT]
Hi Dezo,

>Is this possible under these circumstances?

I am afraid not, just as I mentioned in my previous message, the SQL Server
2005 Query Builder is not a component for other programs.


Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Community Support
======================================================
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00
AM PST, February 14, 2006.  Please complete a re-registration process by
entering the secure code mmpng2006 when prompted. Once you have entered the
secure code mmpng2006, you will be able to update your profile and access
the partner newsgroups.
======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================