Error message

  • Thread starter Thread starter MikeR
  • Start date Start date
M

MikeR

Jet back end (created with Access 2K), Delphi(using DAO 3.6) front end.
A user tells me he gets the message "MS Jet database engine could not find the object
temp log".

Log is the name of a table in the .MDB.

Google showed me a couple of posts about it, but with a different object, and seems
to deal with corrupted dbs.

The app is able to view, edit and add records (table log), so I don't think it's a
corruption issue.

Any solution, or cause?

TIA
Mike
 
Chris said:
Unless your user is mistaken on the exact error message (which happens), your
delphi code is using an object named "temp log" not "log" and temp log
doesn't exist in the db file. Get confirmation from the user on the exact
error message. If that's the error message, change your code.

Chris
Microsoft MVP
Thanks, Chris -

The object reported was actually tmplog, and it's a table not in his copy of the
..mdb. Oooooopppss......

Mike
 
Back
Top