SQLDescribeCol before SQLExcecute call problem (fwd)

From: Karol Szkudlarek <karol(at)mikronika(dot)com(dot)pl>
To: pgsql-odbc(at)postgresql(dot)org
Subject: SQLDescribeCol before SQLExcecute call problem (fwd)
Date: 2004-09-20 07:58:33
Message-ID: 414E8DA9.9020302@mikronika.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


Hi!

My friend have problem with latest snapshot of psql-odbc driver.
He doesn't subsribe to the mailing list, so I forwarded his mail.
Please help him... :-)

-------- Original Message --------
Subject: [Fwd: SQLDescribeCol before SQLExcecute call problerm]
Date: Mon, 20 Sep 2004 09:50:29 +0200 (CEST)
From: mik(at)mikronika(dot)com(dot)pl
To: karol(at)mikronika(dot)com(dot)pl

-------------------------- Wiadomość oryginalna --------------------------
Temat: SQLDescribeCol before SQLExcecute call problerm
Od: mik(at)mikronika(dot)com(dot)pl
Data: Pt Września 17 2004, 11:32
Do: pgsql-odbc(at)postgresql(dot)org
--------------------------------------------------------------------------

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

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Scot Loach 2004-09-20 13:13:01 Re: segfault when disconnecting from db with server side prepare
Previous Message Dave Page 2004-09-20 07:39:10 Re: segfault when disconnecting from db with server side prepare