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

From brian plummer
Subject I hope I'm missing something...
Date
Msg-id BAY1-F86hg8VMb5UWgP00000d8f@hotmail.com
Whole thread Raw
Responses Re: I hope I'm missing something...  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-interfaces
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?  For example, if I have an IEEE 
floating point number stored in a table and I exec a select to get this 
field, my expectation is that when I process my results I will be able to 
get a pointer to an IEEE floating point number in my libpq program.  It does 
not appear that this functionality exists in libpq.  Could someone confirm 
this.  The analogous function in Sybase dblibrary would be dbdata(...).  If 
I'm wrong, and it is possible to do what I need to do, please point me in 
the right direction.

Thanks for your time,
Brian

_________________________________________________________________
Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage! 
http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1/go/onm00200362ave/direct/01/



pgsql-interfaces by date:

Previous
From: bcsaba@balmazujvaros.hu
Date:
Subject: Re: BLIBPQ.LIB, BLIBPQDLL.LIB or LIBPQ 7.4 problem
Next
From: Peter Eisentraut
Date:
Subject: Re: I hope I'm missing something...