You are not logged in.
Hello,
TSQLTableToGrid is just great when used with TSQLTable.
Lately have been trying out the TSynBigTable
and was just wondering if there's any nice solution
for displaying its data in a similar way as TSQLTableToGrid does...
Regards,
Sami
Offline
If you work with JSON content, you can directly use TSQLTableToGrid.
Check also the SynVirtualDataSet.pas unit: you have the TDocVariantArrayDataSet which is able to work directly with a dynamic array of TDocVariant.
But there is no direct TSynBigTable-to-TDataSet component yet.
(we don't use TSynBigTable on production, so we don't need it).
Any input is welcome!
Offline
OK, thanks a lot for your reply!
Don't use JSON so will
try and figure out something. Will post if I come up with
something useful for the Mormot community.
Offline