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

Connection with the BD by itself

edited September 2002 in General
I create a application using report builder components TppDBPipeLine
and it be restarting oracle connection in component create time.

Are there any way I can avoid this?

Thanks!

Cristian

Comments

  • edited September 2002
    I'm not quite sure what the problem is so I'll give a couple of responses.

    If you are getting an error when you load the form at delphi design time
    then save the form down with active set to false on the dataset component.
    Then the next time you load the form, it won't try to fire the query.

    For a problem with the dataset being opened at runtime when you don't want
    it to, there is a Datapipeline.OpenDatasource property that you can set to
    false.


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.