Re: fisql error while connecting to sql server 2005
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 22 Feb 2012 11:26:45 +0000 (UTC) Bijal <[email protected]> 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