B
Bill Smith
fp_rs.Update
FP_DumpError strErrorUrl, "Cannot update the database"
This appears to be the FP code that does the updage
(actually insert) for my FP form. The insert works fine
but if I enter the same data again, FP should detect a
duplicate primary key and display the "URL of error page"
but it does not. I am XP Pro, IIS 5.1 and Access 2002.
Even if I change the table name in the Access DB, I still
get the confirmation page.
What am I missing?
FP_DumpError strErrorUrl, "Cannot update the database"
This appears to be the FP code that does the updage
(actually insert) for my FP form. The insert works fine
but if I enter the same data again, FP should detect a
duplicate primary key and display the "URL of error page"
but it does not. I am XP Pro, IIS 5.1 and Access 2002.
Even if I change the table name in the Access DB, I still
get the confirmation page.
What am I missing?