#1 2014-07-24 15:34:26

CORUS
Member
Registered: 2014-07-24
Posts: 4

mORMot an FireDac Reflection

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

#2 2014-07-25 14:49:04

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

Re: mORMot an FireDac Reflection

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

#3 2014-07-26 17:31:16

CORUS
Member
Registered: 2014-07-24
Posts: 4

Re: mORMot an FireDac Reflection

You are right, is hard to find information about "Firedac Reflection".
Thanks for your time i will investigate  interface-based services

Offline

Board footer

Powered by FluxBB