View Single Post
  #1 (permalink)  
Old September 27th, 2003, 04:48 PM
mindyjeanne mindyjeanne is offline
Registered User
 
Join Date: Sep 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to mindyjeanne
Default 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