Skip to Content.
Sympa Menu

freetds - Re: (x rows affected) message

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Brian Bruns" <camber AT ais.org>
  • To: freetds
  • Subject: Re: (x rows affected) message
  • Date: Fri, 17 Sep 1999 16:17:37


This is a standard feature of isql and thus sqsh. You can make it go away
like this:

1> select * from atable
2> go -f

(-f is no footers, you can also use -h to get rid of headers)

Brian

On 09/17/99, ""Jeff Driscoll" <jdriscol AT gate.net>" wrote:
> Using SQSH 1.7 I am getting (x rows affected) returned. Using SET NOCOUNT
ON doesn't seem to help. Any idea if this is a SQSH issue or FreeTDS issue
or how to make it go away?




Archive powered by MHonArc 2.6.24.

Top of Page