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

End-user with daODAC

edited September 2003 in End User
Hi,

I have to create some end user report for access Oracle with ODAC connection
and daODAC.pas interface.
The problem is that I use a mix of component to create end user report
designer:
Side Client: TClientDataset+TDataSource+TppDBPipeline,
Side Server: TOraProvider+TOraTable+TOraSession+TRODataSnapConnection.
I have these following error "Could not convert variant of type (Null) into
type (Integer)".

Any suggest ?

Kind Regards,

Smokoveck

Comments

  • edited September 2003
    Hi Smokoveck,

    The problem is probably the fact that the dataset is not returning the
    autoincrement field when creating a new report in the end user solution.
    Create a test project and see if you can post a record and get back the
    auto-inc field while the dataset is open. Try setting the RefreshAfterPost
    property to true for the rbFolder and rbItem pipelines.

    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.