P
Peter N Roth
Our website accepts data posted by clients from forms
using the FP generated method="POST" action="--webbot-self--".
The data are stored in an Access database.
The tables are designed with multiple fields A, B, and C
as the primary key, to prevent duplicate records. These
fields are xmitted as hidden fields.
On rare occasions, duplicate records get posted anyway.
It's as if the record is submitted in duplicate simultaneously,
from the same client. The Jet engine eats both of them.
So what do i do? Move to SQL Server? Lock the database
in some way beyond what FP does?
using the FP generated method="POST" action="--webbot-self--".
The data are stored in an Access database.
The tables are designed with multiple fields A, B, and C
as the primary key, to prevent duplicate records. These
fields are xmitted as hidden fields.
On rare occasions, duplicate records get posted anyway.
It's as if the record is submitted in duplicate simultaneously,
from the same client. The Jet engine eats both of them.
So what do i do? Move to SQL Server? Lock the database
in some way beyond what FP does?