You are not logged in.
Pages: 1
I have uploaded the slides of my last conference at Utrecht, Nederlands, last week.
https://www.slideshare.net/slideshow/mo … /277442337
Direct download (link may not be permanent):
https://synopse.info/files/202503pascalcafe.pdf
Offline
Thanks for sharing!!!
Offline
Great work! Thanks again !!
Offline
Offline
Offline
:-)
And, the proceedings will be donated to the mORMot !
Offline
And, the proceedings will be donated to the mORMot!
Yes, it is important to support merit incentives.
I tried to compile and it didn't work, I think maybe it's a tweak!
constructor TDocumentStoragemORMot.Create(ARestOrm:TRestOrm);
begin
...
fRestServerDB.CreateSqlMultiIndex(TOrmDocument,['Hash'],true);
...
end;
documentstorageimplementationmormot.pas(63,19) Error: identifier idents no member "CreateSqlMultiIndex"
There is no such member of the base class, also in other places...
Remembering that I use the stable mORMot: 2.3.stable
thanks,
Last edited by cgsousa21 (2025-04-09 13:20:43)
Offline
Correct !
Solved. Please update your sources from the Github demo.
Offline
Solved. Please update your sources from the Github demo.
Okay, I updated and it compiled.
I noticed that the client still doesn't connect to the server!
It must be because it's still under construction?
Thanks,
Offline
I have added a local connect and a remote connect button into the client.
That gives you the easy choice.
Also added some default database files with example data.
Offline
Pages: 1