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: "Thompson, Bill D (London)" <ThompBil AT exchange.uk.ml.com>
  • To: "'freetds AT lists.ibiblio.org'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Using libodbc++ with freetds
  • Date: Thu, 9 Jan 2003 09:18:15 -0000

>From Unix command prompt, depending on the shell you are using:

sh: TDSDUMP=<filename>
export TDSDUMP

csh: setenv TDSDUMP <filename>

ksh/bash: export TDSDUMP=<filename>

Bill

> -----Original Message-----
> From: Jayaraman, Gautham [SMTP:gautham.jayaraman AT digital.com]
> Sent: 09 January 2003 07:07
> To: freetds AT lists.ibiblio.org
> Subject: RE: [freetds] Using libodbc++ with freetds
>
> hi James,
>
> How to set the TDSDUMP env variable..?
>
> regds
> gautham
>
> -----Original Message-----
> From: Lowden, James K [ <mailto:LowdenJK AT bernstein.com>]
> Sent: Wednesday, January 08, 2003 8:19 PM
> To: 'freetds AT lists.ibiblio.org'
> Subject: RE: [freetds] Using libodbc++ with freetds
>
>
> 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.
>
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> <http://lists.ibiblio.org/mailman/listinfo/freetds>
>





Archive powered by MHonArc 2.6.24.

Top of Page