Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

DBExpress - Missing Driver Name

edited February 2013 in General
Hi,
RBEnterprise 14.08 build 48
D XE3 Update 1

First attempt utilizing the Data Page in Report Builder
I have connected to a Firebird Database with the Data Explorer.
Connection is fine.
I then included a TppReport and in its designer I activate the data tab


Invoking the Query Designer however I receive an error message "Missing
Driver Name"

Do I need to amend my uses or take some other steps ?

Thanks

Mike

Comments

  • edited February 2013
    Hi Mike,

    Inside the data tab, you need to first set up the data settings. Select
    File | Data Settings... from the main menu then set up the DB connection.

    Once this is done, the Query Designer should give you access to your DB.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited February 2013
    These are set as follows :

    Session Type = dbExpressSession

    DatabaseName - Super_Con ( this is active in IDE Data Explorer where I
    can view the records)

    Database Type = Firebird

    I then receive the Missing Driver error when invoking the Query designer.

    Changing the Database Type to Interbase, same result. I have also tried
    connecting to other databases configured in dbExpress. Same result.

    I have to deliver Application to client today so I urgently need to resolve.

    Mike


  • edited March 2013
    Hi Mike,

    The Database name is not the actual name of your DB. It is the DB
    connection object you have set up on the form/data module. If you are
    using DBExpress, you will need to place a TSQLConnection object on your
    form and set it up to connect to your DB. Then (using the Database Name
    combobox) select this connection component as the Database Name in the
    Data Settings dialog.

    I highly suggest spending some time going over the DADE tutorials in the
    Developer's Guide as well as taking a look at the DBExpress end-user
    demos that show how to specifically use DBExpress components.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.