You are not logged in.
Pages: 1
Hi guys,
I using SQLite as DB.
Is possible to remap a field, without using a external table?
When i do:
AModels := TSQLModel.Create([TSQLBaby]);
AServer := TSQLRestServerDB.Create(AModels ,ADBFilePath,False, '');
AMyModels.Props[TSQLBaby].ExternalDB.MapField('ID','bay_cod');
I get, an exception.
Due to i not using a external db, right?
Last edited by macfly (2018-02-22 17:55:57)
Offline
Thanks for the reply!
Is there any way to use / simulate an external db even using SQLite?
Im time, i use packages and getting this warning:
[Warning] Exported package threadvar 'mORMot.ServiceContext' cannot be used outside of this package
mORMot unit are inside a single package only.
I can safely ignore this warning?
Offline
Pages: 1