[quote:3cmvi1aw]
The forum said that this is/can be a problem with the ID inside the database. I created the online database with
[/quote:3cmvi1aw]
This is a wrong advice.
The real problem is with creating TDataRow once and using it always. TDataRow works only for one record.
Actually you can directly use oRs:FieldName := , oRs:Save()
Modify the code like this
[code=fw:3cmvi1aw][/code:3cmvi1aw]
↧