![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am using Rapid SQL 7.2.1 on Windows XP to access Sybase 12.5.0.1 using Transact SQL. When I declare a number of variables in Transact SQL and then give the variables a value using the select statement and run it, I get the "1 row(s) affected." message for each variable I set a value for. How can I stop SQL/Rapid from outputting this message |
#3
| |||
| |||
|
|
On Wed, 14 Jul 2004 00:14:26 -0700, brendang wrote: Hi, I am using Rapid SQL 7.2.1 on Windows XP to access Sybase 12.5.0.1 using Transact SQL. When I declare a number of variables in Transact SQL and then give the variables a value using the select statement and run it, I get the "1 row(s) affected." message for each variable I set a value for. How can I stop SQL/Rapid from outputting this message Try running: set nocount on before running your query. Michael |
![]() |
| Thread Tools | |
| Display Modes | |
| |