You are not logged in.
Pages: 1
Hello, is there anyone who has updated mORMotMidasVCL for Mormot 2.0? It works?
If possible please tell me where I can download updated mORMotMidasVCL.pas for mORMot 2.0.
Thanks in advance!!
Another: In the old release (1.8) there is an error when SynDbdataset creates string fields, ignoring the default length of the field and setting it to the length of the longest string found. Question: Is the length of the string fields indicated in the header of binary data? If yes, it is not assigned when creating FieldDefs.
Thanks for this spectacular library!
Offline
The MIDAS / TClientDataSet unit is not available in mORMot 2 currently.
We translated into mormot.ui.*.pas the other read/only TDataSet, but not the read/write TClientDataSet.
IIRC TClientDataSet induces a huge dependency to a lot of MIDAS functions which we don't need.
Any hint and reference documentation about how to code a writable TDataSet in conjunction with VCL/FMX code is welcome.
Offline
Offline
Please try https://github.com/synopse/mORMot2/commit/c5f33140
for TClientDataSet preliminary support in mORMot 2.
Offline
Pages: 1