RTC Forums

Subscription => Support => Topic started by: ISIGest on October 18, 2013, 11:02:19 AM



Title: RtcDataSetRowsToDelphi and DelphiDataSetToRtc for single record
Post by: ISIGest on October 18, 2013, 11:02:19 AM
Hi Danji and sorry for my post too many...
Can you make other 2 specific function to make a TRtcDataSet from current dalphi dataset record (single record) and viceversa?


Title: Re: RtcDataSetRowsToDelphi and DelphiDataSetToRtc for single record
Post by: D.Tkalcec (RTC) on October 18, 2013, 11:05:41 AM
RTC SDK does not use the TDataSet components directly and functions included in the "rtcDB.pas" unit are provided as examples. You should copy the code of these functions from the rtcDB.pas unit to your own unit and write you own version for any additional functionality you might need (like copying a single record).

Best Regards,
Danijel Tkalcec