Hi all,
before going too deep in the debug of our code I'd like to ask if there is any known limitation using AXDBFCDX driver and SetSelectiveRelation
It looks like SetSelectiveRelation does work when using the core DBFCDX RDD, but does not filter at all when using AXDBFCDX, either local or server mode (ADS12).
Regards
SetSelectiveRelation with ADS driver AXDBFCDX
Re: SetSelectiveRelation with ADS driver AXDBFCDX
Basile,
I am not aware of any problems with this.
Btw: SetSelectiveRelation is not handled inside the RDD but in the DbServer class
The Rdd classes set a normal relation and monitor to see if the child is skipping past the end of the selection.
Robert
I am not aware of any problems with this.
Btw: SetSelectiveRelation is not handled inside the RDD but in the DbServer class
The Rdd classes set a normal relation and monitor to see if the child is skipping past the end of the selection.
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
Re: SetSelectiveRelation with ADS driver AXDBFCDX
I'll make a test project and come back to you !