Tom Lane wrote:
> 
> > I think such compatibility is sufficient.  We can mention in the
> > releases notes that they should upgrade there servers before their
> > clients.
> 
> I'd be really happy if we can make that stick.  There's enough work to
> be done here without trying to develop a multiprotocol version of
> libpq.
> 
> It would be good to hear some words from the JDBC and ODBC developers
> about what sort of plans they'd have for updating those interfaces.

Psqlodbc driver couldn't use the library unless
the library could handle multiple protocol.

What the driver has suffered from is to get the
fields' info of a query result or the parameters'
info of a statement. The info is needed even before
the execution of the statement(i.e it's only prepared).

regards,
Hiroshi Inoue
        http://www.geocities.jp/inocchichichi/psqlodbc/

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to