adamsoderqvist
Programmer
Sometimes when I try to UPDATE an already existing record in my Access DB I get this error msg. The row is there , and it hasn't been a problem updating before. Why is this happening?
[Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Query-based update failed because the row to update could not be found.
And I use this: (this is just ONE example, I have several other update scripts where this happens, NOT ALL THE TIME though, but just on some records and on some occasions...)
objRS("LastLogin"
= Date()
objRS("LoginTime"
= Time()
objRS.Update
]
Adding and deleting records is not a problem.
Pls, hlp!
//Adam
[Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Query-based update failed because the row to update could not be found.
And I use this: (this is just ONE example, I have several other update scripts where this happens, NOT ALL THE TIME though, but just on some records and on some occasions...)
objRS("LastLogin"
objRS("LoginTime"
objRS.Update
]
Adding and deleting records is not a problem.
Pls, hlp!
//Adam