Skip to Content.
Sympa Menu

freetds - Re: freetds JDBC + Stack Overflow Error

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Bill Tutt <rassilon AT list.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: freetds JDBC + Stack Overflow Error
  • Date: Sun, 31 Oct 1999 01:24:38 -0700 (PDT)




On Fri, 29 Oct 1999, Steve Sherwood wrote:

> If I EXEC the Stored Procedure from within the SQL Query tool,
> I get the following results...
>
> (1 row(s) affected)
> (1 row(s) affected)
> (1 row(s) affected)
> [255 times]
>
> I wonder if there is a way of disabling this "feature" of
> SQL7? Or is what I'm doing in the stored procedure bad
> practice? I couldn't find any other way of doing it.
>

Yes there is.
"set nocount on" will disable this stuff.
It certainly seems wierd to be generating a stack overflow error in Java
though....

Bill





Archive powered by MHonArc 2.6.24.

Top of Page