Re: I hope I'm missing something... - Mailing list pgsql-interfaces

From Christoph Haller
Subject Re: I hope I'm missing something...
Date
Msg-id 200404271304.PAA20524@rodos
Whole thread Raw
In response to Re: I hope I'm missing something...  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-interfaces
> 
> brian plummer wrote:
> > I've just spent some time looking at the libpq API and it appears
> > that I cannot process the actual field data from a select statement
> > in the native type of that field.  Is this correct?
> 
> Yes.  You are more likely to be happy with ECPG or ODBC, which provide 
> that functionality.
> 
> 
It can give you the native type, but only if you're using binary cursors. 

Regards, Christoph 



pgsql-interfaces by date:

Previous
From: Kevin Cowley
Date:
Subject: Application compile file using Embeded SQL in Postgres4.7.2
Next
From: "Paul Breen"
Date:
Subject: Re: Application compile file using Embeded SQL in