ecpg and multiple connections

From: Edward Pilipczuk <edx(at)zeng(dot)uranos(dot)eu(dot)org>
To: pgsql-novice(at)postgresql(dot)org
Subject: ecpg and multiple connections
Date: 2001-10-19 12:08:28
Message-ID: 200110191208.OAA09351@zeng.uranos.eu.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

It is my first post to this group. Hello to everybody!

I have problem in my application.
I must handle queries to multiple databases concurrently.
In a documentation set there is only information how to open named
connections in order to differentiate them.
In documantaion the query statements 'EXEC SQL SELECT ...'
does not provide interface for the connection name.
ECPGdo has the second aprameters set to NULL, what is the purpose of
this parameter ? Connection name ? Other object type ?

Can anybody help me ?
----------
Edward

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Edward Pilipczuk 2001-10-19 13:48:49 ecpg and multiple connections
Previous Message Tom Lane 2001-10-19 03:22:24 Re: I can't access the database