dkounal 3 Posted February 8, 2021 Hi, I usually use varchar fields in SQL databases with a big number as max size. When I use a TFDMemTable, does the ftstring size consumes memory as described in its definition? If I declare it as "Add('lab',ftstring,500)", does it consumes in memory 500bytes (or 1000bytes) for each record, or as a Delphi string type is just the content string size ? I have Delphi professional and I can not see its code. Thank you in advance Share this post Link to post
Dmitry Arefiev 101 Posted February 8, 2021 http://docwiki.embarcadero.com/Libraries/Sydney/en/FireDAC.Stan.Option.TFDFormatOptions.InlineDataSize 1 Share this post Link to post
dkounal 3 Posted February 8, 2021 13 minutes ago, Dmitry Arefiev said: http://docwiki.embarcadero.com/Libraries/Sydney/en/FireDAC.Stan.Option.TFDFormatOptions.InlineDataSize Thank you very much. I apologize. Share this post Link to post