3
votes
Delphi: using TClientDataset as an in-memory dataset
Don't forget to include MIDAS.DLL in your installation or simply include MidasLib in uses clause. Otherwise using TClientDataSet will raise an error on client's machine. Maybe it's obvious, but I a …
