Page 1 of 1

Difference between universal and the others

Posted: Sat 31 Jul 2010 17:26
by ekekakos
I would like to tell me if there is any difference between dotConnect Universal and the other dotConnects eg PostgreSQL.
I am using this in VS2008 and sometimes I need also the Oracle one.
Can you tell me if it worths to upgrade existing one (dotConnect PostgreSQL) or buy the dotConnect Universal.

Thanks in advance
Elias

Posted: Mon 02 Aug 2010 14:19
by StanislavK
dotConnect Universal provides general connectivity functionality for different DBMSs. The data providers for specific DBMSs has wider functionality, including database-specific features and the ORM (Entity Framework and LinqConnect) support.

Provided that you need the general ADO.NET components only, dotConnect Universal will suit you better. For advanced features, you will need both dotConnect for PostgreSQL and dotConnect for Oracle. For details about these providers functionality, please refer to
http://www.devart.com/dotconnect/univer ... tions.html
http://www.devart.com/dotconnect/postgr ... tions.html
http://www.devart.com/dotconnect/oracle/editions.html

Feel free to contact us if something is unclear.

Posted: Tue 03 Aug 2010 00:29
by ekekakos
For example, does the universal work with Inheritance in PostgreSQL?

Thanks in advance,

Posted: Tue 03 Aug 2010 13:06
by StanislavK
By inheritance in PostgreSQL, do you mean the table inheritance? Since the table inheritance is handled on the server side, it should be possible to use it with both dotConnect for PostgreSQL and dotConnect Universal.

Feel free to contact us if you encounter any problems with this.