Working with "Codebase" engine

edited 12:31PM in FastReport 4.0
Is it possible to use FastReport Visual designer with "Codebase" database engine from Sequiter?

Comments

  • edited 12:31PM
    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.

    Mick
  • edited 12:31PM
    Seems to have worked. thanks.

    I used that standard microsoft dbf odbc driver.
    I need to test with the proper codebase odbc driver though

Leave a Comment