On Tue, 2002-10-15 at 09:58, Oscar Serrano wrote:
> Hello everybody:
> Does anybody knows if it will exist a specific DataProvider for Postgres in
> the .NET framework as it actually exists for MS SQL Server, and Oracle?
> I have to connecto to a Postgres from a .NET application, and
> OdbcConnection is very slow.
if you use Mono (http://www.go-mono.com) you'll have a PostgreSQL native
managed provider (it's the System.Data.SqlClient, which uses PostgreSQL
temporarily on Mono, to be replaced by a SQL server provider once
somebody does it)
cheers