[postgresql][vb.net]connexion

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Alexis

[postgresql][vb.net]connexion

Post by Alexis » Mon 24 Oct 2005 14:08

Hi ('im french....)
I have a problem to connect my database(postegresql) with an application (vb.net)
i've found a provider here http://crlab.com/pgsqlnet/
but i don't what to do after to connect it, the syntaxe,if i have to add something...
If someone could help me (in french if possible :lol: ) or with really easy english
Thanx

SecureGen
Devart Team
Posts: 133
Joined: Thu 08 Sep 2005 06:27

Post by SecureGen » Tue 25 Oct 2005 07:09

Please refer to our demo projects. They contains all necessary functionality. You can find it in the /Samples folder.
For succesfull connection to the Postgre SQL server you need to setup PgSqlConnection properties: host, port, Database, UserId, Password.

Post Reply