RTC Forums
April 24, 2024, 10:32:35 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: about TRtcMemDataSet the filtering function  (Read 4202 times)
Star5
RTC Expired
*
Posts: 27


« on: October 17, 2012, 09:46:01 AM »

TRtcMemDataSet the filtering function is invalid, can fix it? thank you. Grin
Logged
D.Tkalcec (RTC)
Administrator
*****
Posts: 1881


« Reply #1 on: October 17, 2012, 10:53:12 AM »

This is not a bug, it simply isn't implemented. TRtcMemDataSet is a very light-weight implementation, which only provides functionality for basic display and editing. If you need more functionality than provided by TRtcMemDataSet (like filtering or master/detail relations), you should use 3rd-party datasets (or TClientDataSet from Delphi), which you use in combination with the TRtcDataSetMonitor component to get similar Server-side connectivity as with the TRtcMemDataSet component.

Best Regards,
Danijel Tkalcec
Logged
Star5
RTC Expired
*
Posts: 27


« Reply #2 on: October 17, 2012, 11:40:59 AM »

Thank you reply,To add this feature, is it very complicated? Can you increase it? I want to use it in lazarus. Grin

Implement very complex, then forget it. Embarrassed
Logged
D.Tkalcec (RTC)
Administrator
*****
Posts: 1881


« Reply #3 on: October 17, 2012, 12:23:18 PM »

There are currently no plans to start adding new features to the TRtcMemDataSet component, no matter how simple or complicated they are. TRtcMemDataSet is a light-weight component with minimum features required to display and edit a dataset. If you need a more feature-rich Client-side DataSet component, you can use any 3rd-party TDataSet descendant.

PS. Filtering can also be done on the Server, directly inside your dataset query. Doing this will keep your business loginc in one place (Server) and most likely reduce the traffic between your Clients and your Server, because the Client will only receive the data it needs for display and the Server will be making all the decisions.

Best Regards,
Danijel Tkalcec
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.023 seconds with 16 queries.