xsharp.eu • SetSelectiveRelation with ADS driver AXDBFCDX
Page 1 of 1

SetSelectiveRelation with ADS driver AXDBFCDX

Posted: Thu Jan 25, 2024 12:44 pm
by baramuse
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

Re: SetSelectiveRelation with ADS driver AXDBFCDX

Posted: Thu Jan 25, 2024 3:14 pm
by robert
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

Re: SetSelectiveRelation with ADS driver AXDBFCDX

Posted: Thu Jan 25, 2024 5:31 pm
by baramuse
I'll make a test project and come back to you !