Re: PsqlODBC problem with complex query - Mailing list pgsql-odbc

From Zoltan Boszormenyi
Subject Re: PsqlODBC problem with complex query
Date
Msg-id 428A6FA8.9050109@dunaweb.hu
Whole thread Raw
In response to Re: PsqlODBC problem with complex query  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
List pgsql-odbc
Zoltan Boszormenyi írta:
>> The report is correct with both unixODBC PostgreSQL drivers but
>> contains garbage when used with the official psqlodbc drivers.
>
>
> The "garbage" needs to be clarified. RLIB gets every field as strings
> using SQLDescribeCol(). It cannot fetch the result row(s) and the
> strings aren't memset()ed in advance.

It's getting too late. I meant SQLGetData().
It uses SQLDescribeCol() internally so it knows the field names
and they can be referenced later.

Best regards,
Zoltán Böszörményi

pgsql-odbc by date:

Previous
From: Zoltan Boszormenyi
Date:
Subject: Re: PsqlODBC problem with complex query
Next
From: "Peter Bense"
Date:
Subject: Re: My MS-Access problem keeps getting weirder and