gussifinknottle
Programmer
I don't want the header in my output when I do a Select Query. Is there any way I can programmatically change this, other than doing either of the following:
*SELECT <col_name> AS ' '
OR
Unchecking the Print Options in the Connection Options of the Query Analyzer.
I am looking for something like as 'SET NOROWCOUNT ON', which I can incorporate in my code.
*SELECT <col_name> AS ' '
OR
Unchecking the Print Options in the Connection Options of the Query Analyzer.
I am looking for something like as 'SET NOROWCOUNT ON', which I can incorporate in my code.