Fastreports v4.5.2 plugin

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
huseyina
Posts: 3
Joined: Thu 20 Dec 2007 16:54

Fastreports v4.5.2 plugin

Post by huseyina » Thu 20 Dec 2007 16:58

Hi,

How do i generate a report by using Fastreports v4.5 and latest ODAC?
I cannot see any components neither from Fastreports or ODAC.

Thanks in advance,
Hüseyin

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 21 Dec 2007 08:36

ODAC has the component for FastReport. It is located in the \Demos\ThirdParty\FastReport\FR4 folder.

huseyina
Posts: 3
Joined: Thu 20 Dec 2007 16:54

Post by huseyina » Fri 21 Dec 2007 12:14

Hi Plash,

Thanks for your reply, i have now installed the frxODACComponents into Fastreports. But there is one problem for me, the defaultdatabase for frxODACComponents is pointing to a session, but i need it to point to a datasource (or smartquery)?

Thanks in advance,

Regards,
Hüseyin

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Sat 22 Dec 2007 09:46

FastReport cannot use datasets from the form. You should create ODAC Database and ODAC Query components in the Report Editor.

huseyina
Posts: 3
Joined: Thu 20 Dec 2007 16:54

Post by huseyina » Sun 23 Dec 2007 16:23

Hi Plash,

I guess i need to read some documentation, but which one, from Fastreports or ODAC?

Regards,
Hüseyin

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 24 Dec 2007 08:26

Using ODAC with FastReport is the same as BDE or ADO components. So I think you should read FastReport documentation.

Post Reply