freetds JDBC + Stack Overflow Error
Bill Tutt
rassilon at list.org
Sun Oct 31 03:24:38 EST 1999
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
More information about the FreeTDS
mailing list