Hello everyone,
I'm using an ODBC with Microsoft Access Driver (*.mdb, *.accdb) version 16, but it happens that Easymorph has some trouble managing it. The first activity I do with an action that use this ODBC, runs well, but the second time it make EM freeze in the "Still working ..." window.
As example:
- I run the "Import from database" action: it shows me the recordsets;
- If I try to re-run it, EM will be strucked in the "Still working..." window.
As example 2:
- I enter the "Import from database" action and it show me the visual UI where I can modify the import;
- I press OK (and then apply, if I modified something);
- From here I can't do anything with this action. If I try to run it. it'll be strucked on the "Still working ..." window, and if I try to enter in the visual UI to modify the import, it shows me this error:
Error: Could not retrieve table names:
Source: C:\MyPath\MyMorph.morph
I resolved this with a custom SQL (SELECT * FROM MyTable), in that way I can re-run the import everytime without problems.
I hope this can help to find the cause of this issue.