[ psqlodbc-Bugs-1000412 ] Server Side Prepare doesn't work - Mailing list pgsql-odbc

From
Subject [ psqlodbc-Bugs-1000412 ] Server Side Prepare doesn't work
Date
Msg-id 20051107110511.5DA671125039@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From:
Date:
Subject: [ psqlodbc-Bugs-1000416 ] Tables not shown when linking from Access to the server. Prior drivers worked.
Next
From: Peter Eisentraut
Date:
Subject: Re: Recommended ODBC version for compilation