Viewing 2 posts - 1 through 2 (of 2 total)
Hi Folks,
It´s working very well !!
Thank you for your help
Regards
Ricardo Frasson
October 16, 2003 at 9:07 am
#478492
I´m Trying to open the resultset in a view, and then show it in Asp pages.
CREATE PROCEDURE [DBO].[test10] AS
SELECT name from sysobjects where name = 'Cadconsumo'
IF @@ROWCOUNT > 0
...
October 16, 2003 at 7:12 am
#478446