Skip to Content.
Sympa Menu

freetds - Re: [freetds] fisql error while connecting to sql server 2005

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] fisql error while connecting to sql server 2005
  • Date: Fri, 24 Feb 2012 19:30:27 -0500

On Wed, 22 Feb 2012 11:26:45 +0000 (UTC)
Bijal <bijal.chauhan AT rbc.com> wrote:

> FreeTDS: db-lib: exiting because client error handler returned
> INT_EXIT for msgno 100

Don't return INT_EXIT from your error handler for msgno 100.

The program provoked an error. db-lib called the error handler; if
none was installed, the default error handler. It returned INT_EXIT,
which Sybase's specification says is an instruction to the library to
quit.

You may find the Tenderfoot guide in the UG helpful.

HTH.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page