PostgreSQL and ADODB

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
 
?

=?ISO-8859-1?Q?Carlos_Guzm=E1n_=C1lvarez?=

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top