Delphi: using TClientDataset as an in-memory dataset

前端 未结 11 2235
无人及你
无人及你 2020-12-14 08:00

According to this page, it\'s possible to use TClientDataset as an in-memory dataset, completely independent of any actual databases or files. It describes how

11条回答
  •  [愿得一人]
    2020-12-14 08:34

    At runtime you can use table.CreateDataset or if this is on a design surface you can right click on the CDS and click create dataset. You need to have specified columns/types for the CDS before you can do this though.

提交回复
热议问题