SQL Errors - ASP Notification
Does anyone know how I can reflect an error that is set in a SQL Procedure using the RaisError command.
i.e.
Create Procedure GetEmps
as
RaisError( "Error Test", 16, 1 )
iF i call this Sproc in my ASP code( does it matter how ? )
How do I code in asp to show the user the error.
Mindy Jeanne Leslie
Thanx for all help
|