SQLDescribeCol before SQLExcecute call problerm

From: mik(at)mikronika(dot)com(dot)pl
To: pgsql-odbc(at)postgresql(dot)org
Subject: SQLDescribeCol before SQLExcecute call problerm
Date: 2004-09-17 09:32:39
Message-ID: 4179.192.168.0.139.1095413559.squirrel@192.168.0.139
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


Hi!

I have problem with the latest odbc postgres driver. In previous version
of the driver I can call SQLDescribeCol and SQLExecute in any
order. Now if I call SQLDescribeCol before SQLExecute I got error:

HY010 (Function sequence error). ODBC SDK documentation allows calling in
that order. Is it the feature or bug?

I have many lines of code depend on library (OTL) which using that sort of
calling convention. And now that will be very difficult to change it.

Problem concerns both the latest snapshot and cvs-tree on Windows and Linux.

Regards,

Michał Konopiński

Browse pgsql-odbc by date

  From Date Subject
Next Message Jeff Eckermann 2004-09-17 18:53:55 Re: Access export overflow
Previous Message Janet Borschowa 2004-09-16 21:49:14 Re: ODBC SQLSetPos Delete problem