Home Server

Using ADO for the tutorials

edited September 2002 in Server
I don't install the BDE at all. I am trying to follow the tutorial on
building a report server application for an explorer database, but when I
click the launch button, I get a momentary hourglass, then nothing.

I did the following:

- Created the appropriate tables in SQL Server, calling them RBEval_Folders
&
RBEval_Items following the directions in the developer guide
- Replaced TDatabase with TADOConnection
- Replaced TTable components with TADODataSets
- Modified the TppDesigner DataSettings property for the appropriate MS SQL
Server settings
- Ensured all data objects were re-attached.

What's missing?

Brandon
--
"In the beginning the universe was created. This has made a lot of people
very angry, and has been widely regarded as a bad move." - Douglas Noel
Adams (1952-2001)
[Please remove "nospam_" from email address to reply.]

Comments

  • edited September 2002

    There are several EndUser Database examples installed with the server.

    There is a MS SQL Server example using ADO installed to

    RBServer\Demos\Servers\03. Explorer Databases\MS SQL Server

    Since you do not have the BDE, you may want to start by building a
    server that contains only report archives. Then add an additional volume
    that includes the report explorer database reports.

    There is an archive example located in

    \RBServer\Demos\Servers\02. Volume Types\05. Reports in Archives

    BTW, you do not need to include TppDesigner at all.
    TppDesigner.DataSettings are used to create new reports. Once a report
    is saved, the data connection info is then stored with the report
    definition.




    Best regards,

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