Discussion:
Programatically use QueryBuilder designer
(too old to reply)
Adrian Moldovan
2008-02-27 10:15:00 UTC
Permalink
Hi,
You all know the QueryBuilder designer from the Dataset when adding a new
table adapter and you want to create a query... Well, I need to use that in a
windows application(also web app if possible), and let the user choose its
tables based on an already configured connection string, and let him create
it's sql with it.
Is there any way to do this?
System.Data.Design classes are internal... System.ComponentModel.Design.Data
has only abstract classes..

Thanks!
KNaumann
2008-03-11 09:12:03 UTC
Permalink
Hi Adrian,

i am looking for the same functionality. Did you get any helpful answers or
did you find some useful hints ?

thanks for help
Kai
Post by Adrian Moldovan
Hi,
You all know the QueryBuilder designer from the Dataset when adding a new
table adapter and you want to create a query... Well, I need to use that in a
windows application(also web app if possible), and let the user choose its
tables based on an already configured connection string, and let him create
it's sql with it.
Is there any way to do this?
System.Data.Design classes are internal... System.ComponentModel.Design.Data
has only abstract classes..
Thanks!
Adrian Moldovan
2008-03-11 09:28:02 UTC
Permalink
Nope, didn't found what I am looking for... for the momment I am just
avoiding the issue.
For some reason, all the usefull classes from the related namespaces are
restricted from a normal usage.
I would find this piece of functionality really nice to use and extremely
helpful.
Hope someone would provide some ideas.
Thanks
Post by KNaumann
Hi Adrian,
i am looking for the same functionality. Did you get any helpful answers or
did you find some useful hints ?
thanks for help
Kai
Post by Adrian Moldovan
Hi,
You all know the QueryBuilder designer from the Dataset when adding a new
table adapter and you want to create a query... Well, I need to use that in a
windows application(also web app if possible), and let the user choose its
tables based on an already configured connection string, and let him create
it's sql with it.
Is there any way to do this?
System.Data.Design classes are internal... System.ComponentModel.Design.Data
has only abstract classes..
Thanks!
Loading...