data connection dialog box

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
efimovilya
Posts: 1
Joined: Mon 24 Jan 2011 12:21
Location: RU

data connection dialog box

Post by efimovilya » Mon 24 Jan 2011 12:25

In our application we use a standard dialog box visual studio DataConnectionDialog to connect to databases (we use the source codes from http://code.msdn.microsoft.com/Connection). We would like to use your providers to connect to databases and your dialogues to establish connections. We need to expand the dialogue, so that it will have the option of selecting your providers from the list of the available ones. Does your commercial version include the source codes of connection dialogues assemblies? If not, what can you offer us in this case?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 25 Jan 2011 17:16

We do not have the Source edition at the moment. I will post here when it is available. But there is no timeframe. Please implement the IDataConnectionProperties and IDataConnectionUIControl interfaces in your code yourself using an example for SqlCeDataProvider.

Post Reply