Connecting Tech Pros Worldwide Help | Site Map

substitute for 'PRINT' in server

Newbie
 
Join Date: Feb 2009
Posts: 14
#1: Jul 9 '09
Hi..

can anybody tell me substitute for 'Print' which will avoid the sending of print message from sever to client .
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#2: Jul 9 '09

re: substitute for 'PRINT' in server


Comment it out.

--- CK
Familiar Sight
 
Join Date: Apr 2008
Posts: 147
#3: Jul 10 '09

re: substitute for 'PRINT' in server


Quote:

Originally Posted by ck9663 View Post

Comment it out.

--- CK

I asked the substitute..
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#4: Jul 10 '09

re: substitute for 'PRINT' in server


Depending on the intention of the SP and how the code is written, try replacing PRINT with SELECT


HAPPY CODING!


--- CK
Reply