Page 1 of 1

Definition of IUniProvider

Posted: Wed 01 Feb 2012 13:30
by brian71us
Hello,

I would like to implement IUniProvider for two new databases (NexusDB and VistaDB) but I can't seem to find the full definition for the interface.

Can you provide me with the IUniProvider definition?

Thank you,
Brian Wheatley

Posted: Thu 02 Feb 2012 08:58
by Pinturiccio
dotConnect Universal can use any ADO.NET provider that is installed on your computer. If there are ADO.NET providers for VistaDB and NexusDB, you can use these providers in dotConnect Universal (but our provider is not a tool for creating new ADO.NET providers).

If you want to find definition of IUniProvider, perform the following:
1. Create a new project;
2. Add Devart.Data.dll and Devart.Data.Universal.dll reference to your project;
3. Write IUniProvider in your code;
4. Right-click on it and chose 'Go To Defenition'

However, there is another way. You can use the UniProvider component. For more information please refer to:
http://www.devart.com/dotconnect/univer ... vider.html