stacekz
12-30-2005, 08:03 AM
I'd like to know if it's possible to display custom error pages when this error occurs:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.
I know that IIS can handle and display custom error messages but is there a way to handle this event client side and redirect the user to another page?
Thanks in advance,
Stacey
ASP JavaScript MX2004
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.
I know that IIS can handle and display custom error messages but is there a way to handle this event client side and redirect the user to another page?
Thanks in advance,
Stacey
ASP JavaScript MX2004