If you can connect to your database with ODBC then try to do the same with FastReport compiled demo.
Prepare a simple report and use a TfrxADODataBase to define connection using name of THIS ODBC.
Then use TfrxAdoQuery or TfrxAdoTable to read data from your tables.
Comments
Prepare a simple report and use a TfrxADODataBase to define connection using name of THIS ODBC.
Then use TfrxAdoQuery or TfrxAdoTable to read data from your tables.
Mick
I used that standard microsoft dbf odbc driver.
I need to test with the proper codebase odbc driver though