MattDavies51
Programmer
I want to display a custom error message in Crystal(using a dialog box), so in the stored procedure I have been using:
RAISERROR (@VErr, 16, 1) WITH NOWAIT
where @VErr is the error message. However instead of displaying this, Crystal is showing the annoying 'Error Detected by Database DLL' error.
Does anyone know how to do this?
I am using SQL Server 2000 and Crystal Reports 8.
Thanks in advance for your assistance.
RAISERROR (@VErr, 16, 1) WITH NOWAIT
where @VErr is the error message. However instead of displaying this, Crystal is showing the annoying 'Error Detected by Database DLL' error.
Does anyone know how to do this?
I am using SQL Server 2000 and Crystal Reports 8.
Thanks in advance for your assistance.