Forums

This topic is locked

error msg , help

Posted 26 Feb 2002 23:44:50
1
has voted
26 Feb 2002 23:44:50 salman khan posted:
has anyone come across this error message and how to correct it. i get this after cart page and before final confirmation page.

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.
/ic_proj/checkout1.asp, line 91


with regards
salman.

Replies

Replied 27 Feb 2002 15:01:52
27 Feb 2002 15:01:52 Wil Dobson replied:
That is a problem with your database. Somehow, the data being written to the DB has a duplicate entry, which your table field is rejecting because it has one of two properties... It is the primary key (which cannot allow duplicates) or it is set up to be unique.

In my experience anyway.

Replied 08 Mar 2002 00:29:22
08 Mar 2002 00:29:22 scre wdanger replied:
Check the fields of your update form.
There might be two fields having same name.

Replied 11 Mar 2002 16:33:22
11 Mar 2002 16:33:22 Stefan P replied:

Reply to this topic