Skip to Content.
Sympa Menu

freetds - [freetds] On SQLPrepare -> SQLNumResultCols -> SQLExecute function sequence

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Michael Kochetkov" <Michael.Kochetkov AT synartra.com>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: [freetds] On SQLPrepare -> SQLNumResultCols -> SQLExecute function sequence
  • Date: Wed, 1 Sep 2004 22:05:51 +0400

Hello,
I have the following problem with FreeTDS 0.62 and 0.63: the library I use
calls SQLNumResultCols after SQLPrepare (before SQLExecute).
SQLNumResultCols returns SQL_SUCCESS, but the number of result columns is
set to 0. SQLNumResultCols returns the correct number of columns in the
Windows platform.
The problem was discussed here a little bit earlier:
https://lists.ibiblio.org/sympa/arc/freetds/2004q2/016335.html. I have read
it as it shall work for 0.63. But it does not.
Here goes the question: do you plan to support the SQLPrepare ->
SQLNumResultCols -> SQLExecute function sequence? And if you do then what
are approximate time constraints?

Thank you in advance,
-
Michael Kochetkov.

P.S. The versions of software I use:
tsql -C
Compile-time settings (established with the "configure" script):
Version: freetds v0.63.dev.20040824
MS db-lib source compatibility: no
Sybase binary compatibility: unknown
Thread safety: no
iconv library: yes
TDS version: 8.0
iODBC: no
unixodbc: yes

isql --version
unixODBC 2.2.8





Archive powered by MHonArc 2.6.24.

Top of Page