RTC Forums
November 24, 2024, 07:30:27 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Login
Register
RTC Forums
>
Subscription
>
Support
>
about TRtcMemDataSet the filtering function
Pages: [
1
]
« previous
next »
Print
Author
Topic: about TRtcMemDataSet the filtering function (Read 5631 times)
Star5
RTC Expired
Posts: 27
about TRtcMemDataSet the filtering function
«
on:
October 17, 2012, 09:46:01 AM »
TRtcMemDataSet the filtering function is invalid, can fix it? thank you.
Logged
D.Tkalcec (RTC)
Administrator
Posts: 1881
Re: about TRtcMemDataSet the filtering function
«
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
Re: about TRtcMemDataSet the filtering function
«
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.
Implement very complex, then forget it.
Logged
D.Tkalcec (RTC)
Administrator
Posts: 1881
Re: about TRtcMemDataSet the filtering function
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Dashboard
-----------------------------
=> General
=> 3rd-Party
=> Quick Start
-----------------------------
Subscription
-----------------------------
=> Support
Loading...