postgresql connection string to Vb.NET

Started by smithvegover 18 years ago4 messagesgeneral
Jump to latest
#1smithveg
smithveg@gmail.com

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

#2Curtis Scheer
Curtis@DAYCOS.com
In reply to: smithveg (#1)
Re: postgresql connection string to Vb.NET

http://www.postgresql.org/download/ <http://www.postgresql.org/download/&gt;
lists the db drivers for a variety of languages.

_____

From: smithveg [mailto:smithveg@gmail.com]
Sent: Wednesday, August 29, 2007 10:50 AM
To: pgsql-general@postgresql.org
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
<http://www.connectionstrings.com/default.aspx?carrier=postgresql&gt;
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 <http://vb.net&gt;

Thanks.

--
Smithveg

#3Hiroshi Saito
z-saito@guitar.ocn.ne.jp
In reply to: smithveg (#1)
Re: postgresql connection string to Vb.NET

Hi.

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

Regards,
Hiroshi Saito

----- Original Message -----
From: smithveg
To: pgsql-general@postgresql.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

#4Owen Hartnett
owen@clipboardinc.com
In reply to: smithveg (#1)
Re: postgresql connection string to Vb.NET

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&gt;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&gt;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/&gt;

-Owen