lipg++

From: "Sergei Chernev" <ser(at)nsu(dot)ru>
To: "Postgres Mailing List" <pgsql-general(at)postgreSQL(dot)org>
Subject: lipg++
Date: 1999-01-20 09:53:34
Message-ID: 000401be445a$bed666a0$59d17cc1@ser.cnit.nsu.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

Is there any way to connect postgress using libpg++ with
username/password authentication?
I think, i have to use
PgConnection(const PgEnv& env, const char* dbName); // connect to the
database with
// given environment and database name
but PgEnv does not contain password field:

class PgEnv {
private:
string pgAuth;
string pgHost;
string pgPort;
string pgOption;
string pgTty;
....
}

Thank you,
---------------------------
Sergei Chernev
Internet: ser(at)nsu(dot)ru
Phone: +7-3832-397354

Browse pgsql-general by date

  From Date Subject
Next Message Zoltan Sebestyen 1999-01-20 10:27:42 8 byte wide integer - how?
Previous Message Robert Chalmers 1999-01-20 07:32:07 Looking for a shopping cart/php3 combo