Hi Danijel,
I'm doing some tests here syncronizing tables through RTC.
1 Table uses blobs with binary data. For test purposes I load them into a memorytable and when I save this one to file I see that the blob data is inside (so basically I could send this stream), but when I use RTC to send the data, the blobs go missing.
I use this code to copy the data on my serverside
DelphiDataSetToRtc(VT, _vtData);
Any plans to include blobs ? or do I do something "wrong" ?
Thanks, Helge