Non-SQL adapters

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library > Database adapters >

Non-SQL adapters

Adapters could be also used for non-SQL (non-dataset) data sources.

These adapters should override function

  function  GetXML(const SQL: hstring; const Params: array of variant): THtXMLNode; virtual;

For example please see THtDirectoryAdapter in htsql.pas unit, providing access to files in a specified directory.

DELPHI~1_img17