Обсуждение: ADO.NET

Поиск
Список
Период
Сортировка

ADO.NET

От
"Gerrit Kilian"
Дата:
Hi

Just a question to all the other pqsql-odbc programmers, do you think
that ADO.Net is only the best option to connect to MS-SQL server 2000 or
can it also be used for Postgresql connections?

Regards
Gerrit


Re: ADO.NET

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Gerrit Kilian [mailto:g.kilian@anderson.co.za]
> Sent: 13 November 2002 06:31
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] ADO.NET
>
>
> Hi
>
> Just a question to all the other pqsql-odbc programmers, do
> you think that ADO.Net is only the best option to connect to
> MS-SQL server 2000 or can it also be used for Postgresql connections?

ADO.Net can be used to talk to PostgreSQL quite well, using either ODBC
or Npgsql which is a native .NET provider being written in C#. You can
get it from http://gborg.postgresql.org/project/npgsql

Regards, Dave.