PostgreSQL and ADODB

  • Thread starter Thread starter tomsku
  • Start date Start date
T

tomsku

hi,

Is there any chance to use postgreSQL from vb.net 2002 (framework 1.0)?

i got some info about ODBC and vb.net, that i need to upgrade to vb.net 2003
to get
ODBC drivers to work, cause visual studio .net uses only framework 1.0..
even if you upgrade framework to 1.1.

so mainly im asking how to connect to postgreSQL from vb.net and framework
1.0 ?

any info would be very grateful, Thanks in advance..
-Tomsku
 
Hello:
Is there any chance to use postgreSQL from vb.net 2002 (framework 1.0)?

i got some info about ODBC and vb.net, that i need to upgrade to vb.net 2003
to get
ODBC drivers to work, cause visual studio .net uses only framework 1.0..
even if you upgrade framework to 1.1.

so mainly im asking how to connect to postgreSQL from vb.net and framework
1.0 ?

You have two OpenSource MS.NET Data providers for PostgreSQL, both
written in C#:

http://pgsqlclient.sourceforge.net/

http://gborg.postgresql.org/project/npgsql/projdisplay.php
 
Back
Top