s*******i 发帖数: 11 | 1 Hi friends,
We are trying to build a online membership database for our organization using
MS Access with ASP, since we think it might be easier for people who don't
have too much cs background. However, we found this problem when we tested
our database:
When two people submited the registration info online at almost the same
time, one person's info (submitted a little earlier than
2nd person's) recorded in the database. The second
person's info was missed, instead just a copy of the first perso | r*****u 发帖数: 31 | 2
=======
I guess problem is here on how you solve the backward compatibility
which intend to get one record only at a time, like how to set up pending and
grab next record.
not sure but looks like this.
【在 s*******i 的大作中提到】 : Hi friends, : We are trying to build a online membership database for our organization using : MS Access with ASP, since we think it might be easier for people who don't : have too much cs background. However, we found this problem when we tested : our database: : When two people submited the registration info online at almost the same : time, one person's info (submitted a little earlier than : 2nd person's) recorded in the database. The second : person's info was missed, instead just a copy of the first perso
| s*******i 发帖数: 11 | 3 Thanks. Is there anyway to setup or configure it in MS access on the server?
using
don't
and
to
【在 r*****u 的大作中提到】 : : ======= : I guess problem is here on how you solve the backward compatibility : which intend to get one record only at a time, like how to set up pending and : grab next record. : not sure but looks like this.
| r*****u 发帖数: 31 | 4 don't think so but not sure.
【在 s*******i 的大作中提到】 : Thanks. Is there anyway to setup or configure it in MS access on the server? : : using : don't : and : to
| p**i 发帖数: 688 | 5 Do you use addnew/update method with ADO recordset to add a record?
here ASP+access works fine for me, but it isn't serving lots of users.
【在 s*******i 的大作中提到】 : Hi friends, : We are trying to build a online membership database for our organization using : MS Access with ASP, since we think it might be easier for people who don't : have too much cs background. However, we found this problem when we tested : our database: : When two people submited the registration info online at almost the same : time, one person's info (submitted a little earlier than : 2nd person's) recorded in the database. The second : person's info was missed, instead just a copy of the first perso
|
|