select count(*) - Mailing list pgsql-odbc

From Karol Szkudlarek
Subject select count(*)
Date
Msg-id 4118F645.5050606@mikronika.com.pl
Whole thread Raw
Responses Re: select count(*)  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-odbc
Hi!

After compiling and installing cvs-tree psqlodbc driver I can't
do:
*) select count(*) from tablename.

where tablename is any table name;

Beacuse it returns error:
MSG= The cursor is open.;
Unrecognized key passed to SQLGetInfo30.
ERR=3
SQLSTATE=HY010


When I am using an old psqlodbc driver which comes from unixodbc (2.2.9)
statement *) runs ok. What is wrong?! Any help apreciated.

Greets,
Karol Szkudlarek


pgsql-odbc by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: compiling psqlodbc from cvs
Next
From: Karol Szkudlarek
Date:
Subject: Re: compiling psqlodbc from cvs