How are Conditions of a RemoteDataBook applied?
3 posts
• Page 1 of 1
How are Conditions of a RemoteDataBook applied?
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
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
- ANH
- Posts: 11
- Joined: Fri Jun 29, 2018 11:42 am
Re: How are Conditions of a RemoteDataBook applied?
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!
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!
-
Support@SIB - Posts: 353
- Joined: Mon Sep 28, 2009 1:56 pm
Re: How are Conditions of a RemoteDataBook applied?
Thank you for the clarification.
Best regards, Andreas
Best regards, Andreas
- ANH
- Posts: 11
- Joined: Fri Jun 29, 2018 11:42 am
3 posts
• Page 1 of 1