Hi,
As I can read here http://unixadmintalk.com/f43/describparam-335281/
PostgreSQL do (or did) not sup****t SQLDescribeParam. I wonder if this
is still true?
Here http://psqlodbc.projects.postgresql.org/release.html
it says:
"... [Feature of Driver7.3.025x]
1. Correspondence protocol 3
Options, such as client encoding, are set up by the start-up
packet.
This makes the most of the mechanism of Parse/Bind/Execute.
.The outfit of SQLDescribeParam
.PREPARE/EXECUTE is changed from the command base to the protocol
base.
.FETCH command is changed to an Execute request as it has come out.
.Moreover, bytea and lo type coexistence is possible.
.Others..."
From this I gather there might be sup****t from driver version
7.3.025x. Or it least it was initiated in 7.3.025x. But I can still
not get it to work :( I am using psqlodbc version 8.1. I have tried
with both PostgreSQL server version 8.1 and 8.3. And I am running on a
Debian box.
So is SQLDescribeParam sup****ted ?
And if not, do you intend to sup****t it ?
Greetings,
Mads