Home All Groups Group Topic Archive Search About

ADO.NET 2.0 - Connection user interface...

Author
21 Mar 2006 10:42 PM
sudha
Hi,

ADO.NET 2.0 exposes a way to get a list of available providers. This is
great. However, I don't see any method to display the provider-specific
connection user interface. Earlier technologies such as ODBC and OLEDB
both provide a mechanism to display provider-specific connection UI.

Can someone enlighten me on what I am missing?

Thank you in advance for your help.

Sudha

Author
21 Mar 2006 10:48 PM
Robert Simpson
There exists no such beast, unfortunately.

The best you can do is to drop a Property Grid onto a form and assign an
instance of a DbConnectionStringBuilder to it.  It'd be functionally
equivalent to the "Advanced" button when you're adding a data source to the
Server Explorer.

Robert



Show quote
"sudha" <sudhapad***@yahoo.com> wrote in message
news:1142980938.474228.213270@z34g2000cwc.googlegroups.com...
> Hi,
>
> ADO.NET 2.0 exposes a way to get a list of available providers. This is
> great. However, I don't see any method to display the provider-specific
> connection user interface. Earlier technologies such as ODBC and OLEDB
> both provide a mechanism to display provider-specific connection UI.
>
> Can someone enlighten me on what I am missing?
>
> Thank you in advance for your help.
>
> Sudha
>
Author
22 Mar 2006 5:40 PM
sudha
Thank you for your help.

Sudha

AddThis Social Bookmark Button