SetSelectiveRelation with ADS driver AXDBFCDX

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
baramuse
Posts: 85
Joined: Tue Nov 29, 2022 8:31 am
Location: France

SetSelectiveRelation with ADS driver AXDBFCDX

Post 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
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: SetSelectiveRelation with ADS driver AXDBFCDX

Post 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
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
baramuse
Posts: 85
Joined: Tue Nov 29, 2022 8:31 am
Location: France

Re: SetSelectiveRelation with ADS driver AXDBFCDX

Post by baramuse »

I'll make a test project and come back to you !
Post Reply