Re: PsqlODBC problem with complex query

Поиск
Список
Период
Сортировка
От Zoltan Boszormenyi
Тема Re: PsqlODBC problem with complex query
Дата
Msg-id 428A6FA8.9050109@dunaweb.hu
обсуждение исходный текст
Ответ на Re: PsqlODBC problem with complex query  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
Список 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 по дате отправления:

Предыдущее
От: Zoltan Boszormenyi
Дата:
Сообщение: Re: PsqlODBC problem with complex query
Следующее
От: "Peter Bense"
Дата:
Сообщение: Re: My MS-Access problem keeps getting weirder and