What dataset has the TParams?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

What dataset has the TParams?

Post by upscene » Wed 13 Jun 2012 15:35

Hi,

I've got a TParams collection, how can I find out to what dataset it belongs? (in this case, it does, TIBCQuery).

In TDataset, Params has an Owner, that works in dbExpress TSQLDataset, but not in IBDAC.

I noticed there's a protected GetDataset method, but that returns NIL as well.

Any ideas?

With regards,

Martijn Tonies
Upscene Productions - database tools for developers
www.upscene.com

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: What dataset has the TParams?

Post by ZEuS » Fri 15 Jun 2012 11:09

Hello.

Until now we have not implemented such functionality, because there was no need for it.
We will add the Owner property assignment in the nearest IBDAC build.

upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

Re: What dataset has the TParams?

Post by upscene » Fri 15 Jun 2012 11:15

ZEuS wrote:Hello.

Until now we have not implemented such functionality, because there was no need for it.
We will add the Owner property assignment in the nearest IBDAC build.
Alright, thanks.

Post Reply