0

A customer of ours has encountered some strange behavior. Our software uses a database and we connect to it by the JET engine 4.0. We retrieve information by using SQL statements. So these commands are the same for every installation/user. We have a lot of customers but there is only one who encounters the following issue:

Some SQL statements cause strange errors:

SELECT * FROM Dimensions

=> Successful

SELECT * FROM Sections where true=false 

=> Error : "Unknown"

SELECT Alpha, Ys, Zs FROM SectionProperties WHERE Id = 1

=> Error : "Invalid use of Null"

These statements run without a problem on any other machine.

1
  • I assume "JET engine" means Microsoft Access? Commented Aug 22, 2013 at 18:56

1 Answer 1

1

Check the version of Jet at the client with problems. Probably needs an update.

Sign up to request clarification or add additional context in comments.

2 Comments

The version of msjet40.dll is 4.0.9765.0 Seems up to date to me.
Re-apply the update anyway, in case it got trashed by some package with a bad install.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.