Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
David Somers wrote: > I see you've committed a change... looks good... am testing now. > I also switched pqexec to ascii and reverted the recordset change - the problem being we don't know the format of the original field (the internal field types aren't documented very well) so if someone does an int() on a text field that needs to work as does a char*() on an int field... in other drivers I've asked for a limited selection of binary formats from the server and just do on the fly conversion - not so easy with postgres since in binary mode it returns native data and you'd need to know the internal format of every type that might be returned.. tony