Q: Does PostgreSQLDirect allow using built in OleDb objects

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Guest

Q: Does PostgreSQLDirect allow using built in OleDb objects

Post by Guest » Thu 11 Nov 2004 23:34

Hi

Just shopping around and wondering if your provider can be used with the built-in .NET OLE DB objects, eg: OleDbConnection, OleDbCommand, OleDbDataReader etc.

I want to extend an app that currently works with Access db to allow PostgreSQL as well, and want to minimise code duplication.

Thanks
Yael

Yuri
Posts: 140
Joined: Mon 08 Nov 2004 12:07

Does PostgreSQLDirect allow using built in OleDb objects

Post by Yuri » Fri 12 Nov 2004 14:56

PostgreSQLDirect .NET provider doesn't concern OLE DB.
To accomplish your task you should use our universal provider UniDirect .NET.
It allows you to use the same components to access different databases including Access and PostgreSQL server.

Post Reply