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"
 

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

Back
Top