RTC Forums

Subscription => Support => Topic started by: HelgeLange on June 02, 2015, 05:39:39 PM



Title: RtcMemDataSet is not found in Android
Post by: HelgeLange on June 02, 2015, 05:39:39 PM
altough rtcDb is found.
I see that :

Code:
{$IFDEF NEXTGEN}
  {$UNDEF RTC_DATASET}
{$ENDIF}

So no MemDataSet in Android ?


Title: Re: RtcMemDataSet is not found in Android
Post by: D.Tkalcec (RTC) on June 02, 2015, 06:12:46 PM
TRtcMemDataSet is ONLY compatible with the Windows compiler in Delphi and with the FreePascal compiler for Windows and iOS. If you need a cross-platform in-memory dataset compatible with Delphi XE4 and later (for Windows, MacOSX, iOS and Android), use TRtcClientDataSet instead, which can be installed using the rtcSDK_DBCli package.

Best Regards,
Danijel Tkalcec



Title: Re: RtcMemDataSet is not found in Android
Post by: HelgeLange on June 02, 2015, 10:06:23 PM
Thanks, didn't know, that exists :)

*Thumbs up*