I Ivana Andric Mar 14, 2004 #1 Does anyone know how can I connect to a Postgres database from an C# project? Ivana
W William Ryan eMVP Mar 14, 2004 #2 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"
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"
M Morten Mertner Mar 14, 2004 #3 I've had good experiences with Npgsql, which you can get here: http://gborg.postgresql.org/project/npgsql/projdisplay.php Example code is included in Gentle, which you can find here: http://workspaces.gotdotnet.com/gentle Yours, Morten
I've had good experiences with Npgsql, which you can get here: http://gborg.postgresql.org/project/npgsql/projdisplay.php Example code is included in Gentle, which you can find here: http://workspaces.gotdotnet.com/gentle Yours, Morten
? =?ISO-8859-1?Q?Carlos_Guzm=E1n_=C1lvarez?= Mar 14, 2004 #4 Hello: Does anyone know how can I connect to a Postgres database from an C# project? Click to expand... Review: http://pgsqlclient.sourceforge.net/ http://gborg.postgresql.org/project/npgsql/projdisplay.php
Hello: Does anyone know how can I connect to a Postgres database from an C# project? Click to expand... Review: http://pgsqlclient.sourceforge.net/ http://gborg.postgresql.org/project/npgsql/projdisplay.php
F Frans Bouma Mar 15, 2004 #5 Ivana Andric said: Does anyone know how can I connect to a Postgres database from an C# project? Click to expand... Use Carlos' provider: http://pgsqlclient.sourceforge.net/ FB
Ivana Andric said: Does anyone know how can I connect to a Postgres database from an C# project? Click to expand... Use Carlos' provider: http://pgsqlclient.sourceforge.net/ FB