Page 1 of 1

Can not open MSAccess table with 7.3.1

Posted: 22.09.2020, 20:33
by delphichem
When trying to open an .mdb table, I get an error message

Code: Select all

Les arguments sont de type incorrect, en dehors des limites autorisées ou en conflit les uns avec les autres. 
The database is successfully connected, but it is impossible to open a table.

This work fine with 7.3.0 alpha.

NB: The provider is Microsoft Jet OLEDB 4.0.

Re: Can not open MSAccess table with 7.3.1

Posted: 23.09.2020, 06:06
by EgonHugeist
Hi,
which protocol are you using for? Note ODBC/OleDB have been tested against SQL Server only yet.. Are you using ADO? Which compiler+Version, and finally which Access-Version are you using?

Re: Can not open MSAccess table with 7.3.1

Posted: 24.09.2020, 13:15
by delphichem
Hi,
I'm using Delphi Rio 10.3.3 with Ado protocole, the database is .Mdb not .accdb.
I use both MSAccess 2007 and msaccess 2019.
No problem with ZEOSLIB 7.3.0 alpha.

Re: Can not open MSAccess table with 7.3.1

Posted: 25.09.2020, 05:39
by EgonHugeist
Hi i have commited a possible fix. (hope my crystal ball did catch the root of eval)
See: https://sourceforge.net/p/zeoslib/code-0/6849/

So please update and test. If the issue continues, please add the stacktrace.

Re: Can not open MSAccess table with 7.3.1

Posted: 25.09.2020, 12:59
by delphichem
Just tested, it work fine.
Thanks