IBO and Data dictionary
                    My end user app has been working for quite some time.  But today I go in to
do more with the data dictionary and get :
"Session class could not be found for SessionType: IBOSession.
I've got the latest daIBO.pas that I can find (dated 7/22/2001 @9:06 AM).
Yet the project compiles with no errors.
Any ideas what is wrong?
Delphi 6 pro. RB 7.03, IBO 4.3.Aa.
--
_________________________________________
Don Gollahon
dlgllhn@InHisStepsSoftware.com
ICQ#: 115831669
"What in Eternity does it matter?"
_________________________________________
                
                            do more with the data dictionary and get :
"Session class could not be found for SessionType: IBOSession.
I've got the latest daIBO.pas that I can find (dated 7/22/2001 @9:06 AM).
Yet the project compiles with no errors.
Any ideas what is wrong?
Delphi 6 pro. RB 7.03, IBO 4.3.Aa.
--
_________________________________________
Don Gollahon
dlgllhn@InHisStepsSoftware.com
ICQ#: 115831669
"What in Eternity does it matter?"
_________________________________________
This discussion has been closed.
            
Comments
You need to be sure you have the ReportBuilder IBO package installed into
the IDE for the Database Dictionary to recognize the IBOSession. Select the
Component | Install Packages |... option from the Delphi IDE and be sure the
"ReportBuilder Data Access for IB Objects" entery is present and checked.
If not, you can add the rbIBO76.bpl package manually. It will be in your
Windows\System32 directory. You can also recompile the package by going to
the \RBuilder\Demos\4. EndUser Databases\InterBase\4. IB Objects\...
directory.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
disabled.
Thanks.
--
_________________________________________
Don Gollahon
dlgllhn@InHisStepsSoftware.com
ICQ#: 115831669
"What in Eternity does it matter?"
_________________________________________