dbx connection in fr3

I've just installed FR3. I've encountered several issues

First, I have a dbx database connection within my delphi 7 application. In fr253 designer, when I create a dbx query, I am able to select the database connection from my application rather then creating a dbx database from within fr. In FR3, the database connection from the delphi app is not listed.

Also, when I save as fr3 from fr253, it appears that the sql statement from within the dbx query is not saved (I don't see the sql in the text when I edit the .fr3 file, and when I open in fr3, the query text is missing)

Comments

  • edited 11:10PM
    To use application connection, set the TfrxDBXComponents.DefaultDatabase property.
  • edited 11:10PM
    That seemed to work, I can connect to the db now.

    Saving in fr3, still drops the sql text

Leave a Comment