|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Query Builder in my appCan the Query Builder that is used to create datasets in VS.NET be called
from an application? I hate building these things but always have a need for one. Joe - I'm guessing you're referring to Query Builder that pops up in the
Data Adapter configuration wizard? AFAIK it's not directly exposed but a former coworkder of mine told me that you can get to it via the Extensibility model. If that's what you are referring to, let me know and I'll see if I can find otu the details for you. Show quote "Joe" <jbassking@noemail.noemail> wrote in message news:u43NMMr7FHA.1184@TK2MSFTNGP12.phx.gbl... > Can the Query Builder that is used to create datasets in VS.NET be called > from an application? I hate building these things but always have a need > for one. > You got it! That's what I'm looking for. Any additional info would be great.
Thanks! Show quote "W.G. Ryan - MVP" <WilliamRyan@nospam.gmail.com> wrote in message news:uLNiEHs7FHA.1416@TK2MSFTNGP09.phx.gbl... > Joe - I'm guessing you're referring to Query Builder that pops up in the > Data Adapter configuration wizard? AFAIK it's not directly exposed but a > former coworkder of mine told me that you can get to it via the > Extensibility model. If that's what you are referring to, let me know and > I'll see if I can find otu the details for you. > "Joe" <jbassking@noemail.noemail> wrote in message > news:u43NMMr7FHA.1184@TK2MSFTNGP12.phx.gbl... >> Can the Query Builder that is used to create datasets in VS.NET be called >> from an application? I hate building these things but always have a need >> for one. >> > > Hi Joe,
You can try to use some third party components. The following links might help. http://www.epsilon-logic.net/ELSQBDetails79.asp http://www.devdirect.com/ALL/QueryBuilder_PCAT_2018.aspx Kevin Yu ======= "This posting is provided "AS IS" with no warranties, and confers no rights." W.G. Ryan - MVP wrote:
> Joe - I'm guessing you're referring to Query Builder that pops up in the Maybe this could be helpful> Data Adapter configuration wizard? AFAIK it's not directly exposed but a > former coworkder of mine told me that you can get to it via the > Extensibility model. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/ddexintro.asp If that's what you are referring to, let me know and Show quote > I'll see if I can find otu the details for you. > "Joe" <jbassking@noemail.noemail> wrote in message > news:u43NMMr7FHA.1184@TK2MSFTNGP12.phx.gbl... > >>Can the Query Builder that is used to create datasets in VS.NET be called >>from an application? I hate building these things but always have a need >>for one. >> > > > You may have a look at our visual query building component:
http://www.activequerybuilder.com/ This is ActiveX component, but it was tested with VS.NET 2003 and 2005. *** Sent via Developersdex http://www.developersdex.com *** |
|||||||||||||||||||||||