Re: PsqlODBC problem with complex query

From: Zoltan Boszormenyi <zboszor(at)dunaweb(dot)hu>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: PsqlODBC problem with complex query
Date: 2005-05-17 22:26:48
Message-ID: 428A6FA8.9050109@dunaweb.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Peter Bense 2005-05-18 17:29:09 Re: My MS-Access problem keeps getting weirder and
Previous Message Zoltan Boszormenyi 2005-05-17 22:20:24 Re: PsqlODBC problem with complex query