Postgresql

  • Thread starter Thread starter Ivana Andric
  • Start date Start date
I

Ivana Andric

Does anyone know how can I connect to a Postgres database from an C#
project?

Ivana
 
Take a look at www.connectionstrings.com . THis is a piece of their
PostgreSQL section :
Core Labs PostgreSQLDirect (.NET)


a.. Standard:

"User ID=root; Password=pwd; Host=localhost; Port=5432;
Database=testdb;Pooling=true; Min Pool Size=0; Max Pool Size=100; Connection
Lifetime=0"
 
Back
Top