You are not logged in.
Pages: 1
It is psossibe use FireDac Refection with mORMot Interface Services?
I Know that Fireddac reflection is not the best solution but for me is easy way to send client updated delta datasets to the server and then Apply Updates
Also FireDact datasets are compatible with livbindings.
Thank's
Offline
I honestly do not know anything about "FireDac reflection"...
And google is not my friend here.
Neither the official FireDAC documentation, nor its search box...
But you can of course use mORMot interface-based services to send safely some JSON on the wire.
If you specify any parameter (or function result) as RawJSON, it will be transmitted directly as JSON.
Use StringToUTF8/UTF8ToString (from SynCommons) to efficiently convert from FireDAC/VCL string to our internal UTF-8 RawJSON type.
Offline
You are right, is hard to find information about "Firedac Reflection".
Thanks for your time i will investigate interface-based services
Offline
Pages: 1