Bug in SQLColumns() and SQLTables() with "Parse Statement".

Поиск
Список
Период
Сортировка
От TANIDA Yutaka
Тема Bug in SQLColumns() and SQLTables() with "Parse Statement".
Дата
Msg-id 20031107165801.EA8C.TANIDA@sra.co.jp
обсуждение исходный текст
Список pgsql-odbc
Hi,

I got a strange result when executing SQLColumns and SQLTables.

1. "Parse Statement" option turns on.
2. Connect to PostgreSQL by ODBC Driver.
3. Execute simple select statement by SQLExecDirect().
4. Execute SQLColumns().
5. Check all columns. It's same as select result of 3.

Attached C program will reproduce this problem .If this option turns on ,
You can see SQLNumResultCols() returns invalid column informations.

Output of "Parse Statement" off.
--
20
20

Output of "Parse Statement" on.
--
20
1


--
TANIDA Yutaka <tanida@sra.co.jp>

Вложения

В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Philippe Lang"
Дата:
Сообщение: Re: Access, pass-through queries and isolation level
Следующее
От: Theodore Petrosky
Дата:
Сообщение: Re: help with OSX make problem