#1 2015-07-04 07:46:08

Leslie7
Member
Registered: 2015-06-25
Posts: 248

Mixing remote and local data

We have  static data preferred to be stored locally as well. Is there a way to tell mORMot to use a local engine for certain fields?

TSomeRemoteSQLRecord = ...

ThisIsStoredLocally : TSomeSQLRecord;

Last edited by Leslie7 (2015-07-04 08:01:41)

Offline

#2 2015-07-04 09:42:41

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,272
Website

Re: Mixing remote and local data

You could indeed change the storage class for a given table.
See http://synopse.info/files/html/Synopse% … #TITLE_245

Offline

Board footer

Powered by FluxBB