Re: postgresql connection string to Vb.NET

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
Thread:
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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Amiel 2007-08-29 17:43:20 SSL and crash woes.
Previous Message Joshua D. Drake 2007-08-29 16:50:19 Re: Reliable and fast money transaction design