Re: postgresql connection string to Vb.NET

Lists: pgsql-general
From: smithveg <smithveg(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: postgresql connection string to Vb.NET
Date: 2007-08-29 15:49:30
Message-ID: 3eec00660708290849o195664e6kbe692d68e60d5cb5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi,

I got a source of connection string at this page,
http://www.connectionstrings.com/default.aspx?carrier=postgresql
I can't test it because it seems i do not add a reference in visual studio
2005.

Where can i download the ODBC or .NET data provider in order to successfully
connect to postgresql from vb.net

Thanks.

--
Smithveg


From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: "smithveg" <smithveg(at)gmail(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgresql connection string to Vb.NET
Date: 2007-08-29 16:09:25
Message-ID: 093301c7ea56$f81ee5d0$c601a8c0@HP22720319231
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi.

Please see,
http://npgsql.projects.postgresql.org/
and
http://psqlodbc.projects.postgresql.org/

Regards,
Hiroshi Saito

----- Original Message -----
From: smithveg
To: pgsql-general(at)postgresql(dot)org
Sent: Thursday, August 30, 2007 12:49 AM
Subject: [GENERAL] postgresql connection string to Vb.NET

Hi,

I got a source of connection string at this page,
http://www.connectionstrings.com/default.aspx?carrier=postgresql
I can't test it because it seems i do not add a reference in visual studio 2005.

Where can i download the ODBC or .NET data provider in order to successfully connect to
postgresql from vb.net

Thanks.

--
Smithveg


From: Owen Hartnett <owen(at)clipboardinc(dot)com>
To: smithveg <smithveg(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql connection string to Vb.NET
Date: 2007-08-29 17:08:02
Message-ID: p06230908c2fb5814a52f@[192.168.0.102]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

At 8:49 AM -0700 8/29/07, smithveg wrote:
>Hi,
>
>I got a source of connection string at this page,
><http://www.connectionstrings.com/default.aspx?carrier=postgresql>http://www.connectionstrings.com/default.aspx?carrier=postgresql
>I can't test it because it seems i do not add a reference in visual
>studio 2005.
>
>Where can i download the ODBC or .NET data provider in order to
>successfully connect to postgresql from <http://vb.net>vb.net
>

I recommend Npgsql if you're using ADO and Datasets. Otherwise, the
ODBC stuff. The OLE interface seems slower than Npgsql, but I haven't
compared with ODBC.

You can find all the interfaces at:

<http://www.postgresql.org/download/>

-Owen