On Mon, 11 May 2009, Szak�ts Viktor wrote:
Hi,
> > Good question. There is no easy way to detect inheritance order. We do
> > not keep such information in general RDD structures so it will have to
> > be implemented in given GT.
> > In this case probably the easiest way is using new DBI_ or RDDI_
>
> Good question. There is no easy way to detect inheritance order. We do
> not keep such information in general RDD structures so it will have to
> be implemented in given GT.
> In this case probably the easiest way is using new DBI_ or RDDI_ action.
> To not cause additional overhead you can add
On Fri, 08 May 2009, Mindaugas Kavaliauskas wrote:
Hi,
> I'm using ADSX RDD, but sometimes I need to call ADS*() function. It does
> not work, because hb_adsGetWorkAreaPointer() know nothing about ADSX. I
> need to duplicate existing ADS*() function, changing the only function
> hb_adsGetWorkA
Hi,
I'm using ADSX RDD, but sometimes I need to call ADS*() function. It
does not work, because hb_adsGetWorkAreaPointer() know nothing about
ADSX. I need to duplicate existing ADS*() function, changing the only
function hb_adsGetWorkAreaPointer() call to hb_adsxGetWorkAreaPointer().
What i