Thread: 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
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
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
http://www.postgresql.org/download/ 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
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
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