[ psqlodbc-Bugs-1000412 ] Server Side Prepare doesn't work

Поиск
Список
Период
Сортировка
От
Тема [ psqlodbc-Bugs-1000412 ] Server Side Prepare doesn't work
Дата
Msg-id 20051107110511.5DA671125039@pgfoundry.org
обсуждение исходный текст
Список pgsql-odbc
Bugs item #1000412, was opened at 2005-11-07 11:05
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000412&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Dave Page  (dpage)
Assigned to: Nobody (None)
Summary: Server Side Prepare doesn't work

Initial Comment:
To reproduce in the ODBC Test suite

SQL command: "SELECT relname FROM pg_class WHERE relname!=?"

Bind the input [SQLBindParameter] and output [SQLBindCol] parameter before
calling SQLPrepare().

The following call to SQLExecute() returns SQL_SUCCESS. But the first call to
SQLFetch() produces this error message:
<1> {HY010}(3) Null statement result in PGAPI_ExtendedFetch.



----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000412&group_id=1000125

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

Предыдущее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1000416 ] Tables not shown when linking from Access to the server. Prior drivers worked.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Recommended ODBC version for compilation