select count(*)

From: Karol Szkudlarek <karol(at)mikronika(dot)com(dot)pl>
To: pgsql-odbc(at)postgresql(dot)org
Subject: select count(*)
Date: 2004-08-10 16:22:29
Message-ID: 4118F645.5050606@mikronika.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Peter Eisentraut 2004-08-11 06:48:57 Re: select count(*)
Previous Message Karol Szkudlarek 2004-08-10 16:16:57 Re: compiling psqlodbc from cvs