FW_DbfSqlQuery() works exactly the same way with both FWH1709 and FWH1906.
You are facing the problem because you are trying with 64-bit application.
This function uses
1) Microsoft.ACE.OLEDB.12.0 provider, if installed and if not
2) Microsoft Jet OLEDB provider.
Jet OLEDB provider is automatically installed by Windows on every PC, but this is a 32-bit provider and does not work with 64-bit applications.
If you want to use this function with 64-bit application, you have to download and install the 64-bit version of ACE.OLEDB.12.0 provider. You can do this by downloading and installing 64-bit version of "Microsoft Access Database Engine 2010 Redistributable". Please make sure you are installing the 64-bit version only.
Please go to this site:
https://www.microsoft.com/en-in/downloa ... x?id=13255