Error message

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
 
M

MikeR

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top