I'am using PB 6.5 / MS-SQL7
I have a problem with with the above subject in store procedure and I don't know how to trace it. I'm trying to trace it using below statement
 
PRINT "TOP"
.......
.......
PRINT "BOTTOM"
 
warning message was capture in the middle
but when it comes so close like
 
PRINT "TOP"
SET NOCOUNT ON
PRINT "BOTTOM"
 
Warning message still exist but then weird thinks happen when I remove
SET NOCOUNT ON
Warning message shown below statement PRINT "BOTTOM"
 
Is there someone out there have a clue for my problem
 
Best regards,
Andrew Subhagia T.
PT.Koba Tin, Indonesia
 

Reply via email to