July 11, 2011 at 8:55 am
Does anyone know how I can go about creating/using a tool that can display user errors to end users? I have a web interface that users will use to upload data to a database table. I want to be able to display user error messages to the user at the front end if there are any errors during the upload. Is there currently an sql tool that I can use for this? Or is there a way to get this implemented from the back end?
Please help.
Thanks
July 11, 2011 at 9:00 am
Usually, your application will capture SQL errors. What are you using for your front-end?
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
July 11, 2011 at 9:07 am
Thanks for your response SSChampion. The front end is a classic asp application.
July 11, 2011 at 9:17 am
you should then do this in classic asp, SQL Server is a server application and is not meant to pass error messages to the end user.
code your asp app to hanlde the errors and convert db errors into meaningful messages for the end user
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply