UniDirect vs PostgreSQLDirect and SqlClient

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
jorgesv13
Posts: 7
Joined: Thu 09 Oct 2008 00:54

UniDirect vs PostgreSQLDirect and SqlClient

Post by jorgesv13 » Wed 29 Oct 2008 00:19

Hello,

I've been making some tests, and PostgreSqlDirect performs about 3 times faster than UniDirect.

Also using SQLClient objects directly performs way faster than using UniDirect for SQLServer.

Is this normal? If I want to use UniDirect.Net will my app lose performance?

Post Reply