Recent

Author Topic: is there any solution like clentdataset-DataSetProvider-query on delphi  (Read 57956 times)

jianwang

  • New member
  • *
  • Posts: 7
Re: is there any solution like clentdataset-DataSetProvider-query on delphi
« Reply #15 on: October 15, 2022, 07:52:43 pm »
Hi, Now  I use RealThinClientSDK which now is open source for 3-tier application.

Zath

  • Sr. Member
  • ****
  • Posts: 391
Re: is there any solution like clentdataset-DataSetProvider-query on delphi
« Reply #16 on: October 27, 2022, 11:47:23 pm »
Actually,the key point is how to store all changed records on client-side in one package just like clientdataset.delta, and then send these data to server-side, and then server-side how to handle these changed-records ?

I have skipped a lot of this thread but what I've read, particularly the quote above suggests to me that cached updates might be usable ?

https://docwiki.embarcadero.com/RADStudio/Sydney/en/Using_a_Client_Dataset_to_Cache_Updates

egsuh

  • Hero Member
  • *****
  • Posts: 1292
Re: is there any solution like clentdataset-DataSetProvider-query on delphi
« Reply #17 on: October 29, 2022, 01:58:01 pm »
Does RTC sdk support Lazarus?

jianwang

  • New member
  • *
  • Posts: 7
Re: is there any solution like clentdataset-DataSetProvider-query on delphi
« Reply #18 on: October 31, 2022, 04:55:50 am »
yes,it support lazarus

af0815

  • Hero Member
  • *****
  • Posts: 1291
Re: is there any solution like clentdataset-DataSetProvider-query on delphi
« Reply #19 on: October 31, 2022, 08:38:37 am »
yes,it support lazarus
But maybe problematic
See license.txt
Quote
* "rtcISAPIApp.pas" unit,ISAPI interface:
Copyright (c) Borland Inc.

* "rtcNixSock.pas" unit, blocking Linux Sockets API access:
Portions from Synapse, Copyright (c) 1999-2002 by Lukas Gebauer

* "rtcWinSock.pas" unit, blocking Windows Sockets API access:
Portions from ICS, Copyright (C) 1996-2001 by François PIETTE
Portions from Synapse, Copyright (c) 1999-2002 by Lukas Gebauer

* "rtcWinSocket.pas" unit, async Windows Sockets API access:
Portions from ICS, Copyright (C) 1996-2001 by François PIETTE

* "rtcZLib.pas" unit, ZLib compression and decompression functions:
Portions from "ZlibEx.pas", Copyright (c) 2000-2005 base2 technologies
Portions from "Zlib.pas", Copyright (c) 1997 Borland International
I have never heared that Borland have gave code to OpenSource.
regards
Andreas

egsuh

  • Hero Member
  • *****
  • Posts: 1292
Re: is there any solution like clentdataset-DataSetProvider-query on delphi
« Reply #20 on: October 31, 2022, 08:57:32 am »
Quote
yes,it support lazarus

How can I install it? I can't fine ...lpk. Just search path?

jianwang

  • New member
  • *
  • Posts: 7
Re: is there any solution like clentdataset-DataSetProvider-query on delphi
« Reply #21 on: November 05, 2022, 07:58:29 am »
may be you get a different RTC version. the open source version on github don't support lazarus.

 

TinyPortal © 2005-2018