|
bongle -> RE: cannot update data base - error in row (1/7/2004 14:42:40)
|
Seeing as this thread comes up pretty high when searching on google for "error in row", here's my non-frontpage solution. The error occurs when my ASP script calls <myRecordsetName>.update(), after calling <myRecordsetName>.addnew, and setting some fields. As it turns out, the reason mine was failing was because I was I was trying set one of the fields against that field's validation rules. I had an ID field that was set to no duplicates, and I was setting a duplicate value. So, I fixed that code, and everything was fine.
|
|
|
|