Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO and updating the recordset

Status
Not open for further replies.

garwain

Programmer
Jan 30, 2002
461
CA
I'm starting to receive errors "cannot locate row for updating" whenever I try to post my changes to a recordset.

How can I make the update occure based only on the primary key like using the updateMode property under BDE?
 
What database are you using? I am not sure how you can mimic the BDE functionality, but I have seen that problem before.

We use SQL Server, and this was often caused by a record being saved with bit fields having no value. A database default for all bit fields can be useful in eliminating the problem.

Good luck!
TealWren
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top