#1 2017-09-27 18:39:03

jonsafi
Member
Registered: 2011-07-26
Posts: 58

TSQLTableToGrid: Anything similar with TSynBigTable (NoSQL)...

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

#2 2017-09-28 06:53:10

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

Re: TSQLTableToGrid: Anything similar with TSynBigTable (NoSQL)...

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

#3 2017-09-28 13:55:21

jonsafi
Member
Registered: 2011-07-26
Posts: 58

Re: TSQLTableToGrid: Anything similar with TSynBigTable (NoSQL)...

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

Board footer

Powered by FluxBB