How to use UniDAC to connect to Borland's Paradox database

How to use UniDAC to connect to Borland's Paradox database

Hello everyone,

I'm maintaining a legacy project, developed in Delphi 7, and using the Paradox database (plzl.DB).

I now need to migrate the database using the UniDAC component, but I found that there is no Paradox option in the ProviderName property. I tried to change it to DBF and set the database path (D:\IOT\database). It could connect successfully, but it kept reporting an error when querying, and prompting "The Microsoft Jet database engine cannot find object 'plzl'. Please make sure the object exists and write it correctly name and path.”

This is my query: SELECT * FROM plzl.

Could you give me some advice? How should I set it up to query the contents of the Paradox database? Thanks.