This topic is locked

Custom ASP/Database Errors

8/19/2005 3:08:03 PM
ASPRunnerPro General questions
R
razvan author

I'd like to provide users more detailed information when some database filed validation (data constraints) prevent user to properly update the record.

Example:

when adding a new record if the primary key field is duplicated to show a friendly message rather than the ASP/VB error or the generic Error page.

admin 8/22/2005

Hi,
We'll add this feature in one of the following versions of program.
I would recommend you to use autonumber field type for key field.