Page 1 of 1

data connection dialog box

Posted: Mon 24 Jan 2011 12:25
by efimovilya
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?

Posted: Tue 25 Jan 2011 17:16
by Shalex
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.