Hope someone can help me.
I have a page and if a users attempts to add a user that aready exsist it returns this error, which is good.
i want to trap this error so i can put a message saying 'the user allready exsists'
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.
/webct/users/Externals/request.asp, line 35
i am quite new to asp.
thanks
I have a page and if a users attempts to add a user that aready exsist it returns this error, which is good.
i want to trap this error so i can put a message saying 'the user allready exsists'
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.
/webct/users/Externals/request.asp, line 35
i am quite new to asp.
thanks