Skip to Content.
Sympa Menu

freetds - RE: [freetds] Using libodbc++ with freetds

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'freetds AT lists.ibiblio.org'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Using libodbc++ with freetds
  • Date: Wed, 8 Jan 2003 09:48:32 -0500

From: Jayaraman, Gautham [mailto:gautham.jayaraman AT digital.com]
Sent: January 8, 2003 6:23 AM

> I installed the libodbc++ library. I am able to successfully
> connect to the MS SQL server using this. But while querying ...ie while
> executing the query statements (stmt->executeUpdate(string queryString))
> I am getting segmentation fault.
> Its giving the error is in the
> 'stmt->executeUpdate(string queryString) '... and stmt is not NULL.
>
> Is there any probelm using freeTDS with libodbc++..?

Gautham,

Set the TDSDUMP environment variable, run the query, and look at the end of
the log. You may find that there are some "unimplemented function"
messages. These are functions that FreeTDS has only stubs for, or are
otherwise incomplete. It may well be the case that libodbc++ needs
something we don't provide. Depending on what it is, it could be simple
add.

You might also want to upgrade to the nightly snapshot. We have fixed and
added many things since the 0.60 release, particularly in ODBC.

You can post the log here if it's under 75 KB (limit recently raised), but
beware it contains your password.

--jkl


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that we do not accept account orders and/or
instructions by e-mail, and therefore will not be responsible for carrying
out such orders and/or instructions.






Archive powered by MHonArc 2.6.24.

Top of Page