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

Problems with Views in Joins

edited January 2004 in End User
I am using Firebird 1.6 RC6 and IBO 4.2.Hf. I have created a view and it
shows up in the tables list of the Data Dictionary. The view will not show
up in the Join tables list though. Any idea how to fix this?

Delphi 6 Pro. RB 7.03 Pro.

Thanks.

_________________________________________
Don Gollahon
dlgllhn@InHisStepsSoftware.com
ICQ#: 115831669
"What in Eternity does it matter?"
_________________________________________

Comments

  • edited February 2004

    The DataDictionary has three tables: Tables, Fields, Joins. You should be
    able to use the DataDictionary Builder to populate the tables or you can
    populate them by writing your own code to generate the entries. Use of the
    Join table is optional - this is controlled by the DataDictionary.AutoJoin
    boolean property.

    If there is an issue with the DataDictionary Builder, first place to look
    would be the DADE plug-in code for IBO, daIBO.pas. Check out the
    TdaIBSession.GetTableNames method.

    You can also try tracing the DataDictionary Builder by creating a project
    that launches it at runtime (see download link below). Modify your Delphi
    library path from RBuilder\Lib to RBuilder\Source.

    http://www.digital-metaphors.com/tips/DataDictionaryBuilderAtRunTime.zip



    --
    Nard Moseley
    Digital Metaphors
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.