Can not open MSAccess table with 7.3.1

The offical for ZeosLib 7.3 Report problems, ask for help, post proposals for the new version of Zeoslib 7.3/v8
Quick Info:
-We made two new drivers: odbc(raw and unicode version) and oledb
-GUID domain/field-defined support for FB
-extended error infos of Firebird
-performance ups are still in queue
In future some more feature will arrive, so stay tuned and don't hassitate to help
Post Reply
delphichem
Fresh Boarder
Fresh Boarder
Posts: 13
Joined: 07.11.2012, 20:08

Can not open MSAccess table with 7.3.1

Post 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.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Re: Can not open MSAccess table with 7.3.1

Post 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?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
delphichem
Fresh Boarder
Fresh Boarder
Posts: 13
Joined: 07.11.2012, 20:08

Re: Can not open MSAccess table with 7.3.1

Post 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.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Re: Can not open MSAccess table with 7.3.1

Post 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.
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
delphichem
Fresh Boarder
Fresh Boarder
Posts: 13
Joined: 07.11.2012, 20:08

Re: Can not open MSAccess table with 7.3.1

Post by delphichem »

Just tested, it work fine.
Thanks
Post Reply