Hello,
I am working on a Python script to interact with gINT data.
I am using the pyodbc module. I can access some gINT files where others throw the following error in Python:
(0, 'DAO.Workspace', 'Cannot open a database created with a previous version of your application.', 'jeterr40.chm', 5003041, -2146825247)
Try re-installing your MS Access Database Engine and see if that fixes it, if not at least it is ruled out
Hello, yes, I tried that based on other post. I didnt work for me.
This is a bit of a guess, but check out this article, particularly the section on Older Projects and the linked article with a resolution.
If you convert the gINT project to the newer Access version, does the error go away? There are probably some ways to do that programmatically with your Python script if you encounter one of these older files. I'm not sure of ways to do with the Access DB Engine directly, but you could probably do it with gINT Scripts.