Page 1 of 1

What dataset has the TParams?

Posted: Wed 13 Jun 2012 15:35
by upscene
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

Re: What dataset has the TParams?

Posted: Fri 15 Jun 2012 11:09
by ZEuS
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.

Re: What dataset has the TParams?

Posted: Fri 15 Jun 2012 11:15
by upscene
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.