Page 1 of 1

How are Conditions of a RemoteDataBook applied?

PostPosted: Wed Aug 22, 2018 9:53 am
by ANH
Hello,

I have a question about conditions of a RemoteDataBook. Are these conditions always incorporated in the db-query-statement or are they sometimes applied in memory after the fetch?

Thank you!

Best regards,
Andreas

Re: How are Conditions of a RemoteDataBook applied?

PostPosted: Wed Aug 22, 2018 10:28 am
by Support@SIB
A condition will be used for the where clause of statements usually, but...

If you use a MemDataBook or a RemoteDataBook with memfilter enabled, the conditions will be used in memory only.

If you have a RemoteDataBook with memfilter enabled, all data will be fetched. Otherwise filtering wouldn't return the right records!

Re: How are Conditions of a RemoteDataBook applied?

PostPosted: Wed Aug 22, 2018 10:37 am
by ANH
Thank you for the clarification.

Best regards, Andreas