Skip to content

TMiletusClientDataSet

Designtime

The component TMiletusClientDataSet makes it easy for a Miletus application to create and use databases by a familiar syntax of using ClientDataSet. It also allows a seamless integration of multiple types of databases with data-aware components like TWebDBGrid. All the database operations can be done in the standard Delphi way through the TMiletusClientDataSet component.

Currently supported databases are: MS Access, MySQL, SQLite, PostgreSQL, MS SQL, Firebird and Interbase.

Properties for TMiletusClientDataSet

Property Description
DBDriver Database driver component
QueryText: string Query to return the records from the database.