by "PowerLifter1450@[EMAIL PROTECTED]
" <PowerLifter1450@[EMAIL PROTECTED]
>
Jul 8, 2007 at 10:51 PM
Hi all, on my CF page I am currently using the following statement to
run an append query in my Access database:
<cfstoredproc procedure = "Web_2006_Step_1" datasource="customer">
The problem is that I get an error message from CF saying the query
cannot be run because it would create duplicate values in the primary
key.
In Access, I usually just say ok, and it inserts the non-duplicate
records. Is there a way for this to happen when calling the query from
the CF page?
Thanks in advance !!