sql server - Link tables issue for Compiled Access (mde) file -


I have an old compiled access application mde file. This application has linked the shared folder to the tables from the network. I tried to upgrade the main database using the Exisise Wizard on the main database and everything went well. Then when the application starts, the error message returns that

Microsoft Jet database engine can not find the input table or query table

I have shared MDB file Checks have the exact table name and everything in it. Then I called the person who developed this app. He said that I will have to rewrite the application to not use the jet engine ...

What is the jet engine to do with connecting tables? Do I have to rewrite the whole application to use ADO?

have you changed the login database version? It is possible that your MDB was connected to the earlier version of Jet drivers and these drivers can not join the new MDB version.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -