Demo Applications

<< Click to Display Table of Contents >>

Navigation:  ADONetVCL > Getting Started >

Demo Applications

Describes how to use  ADONetVCL demo applications.

 

General

ADONetVCL has many sample applications, located in the ...\Demo\Samples folder. The folder has sub-folders:

"Getting Started" - basic simple demo applications, showing how to connect and execute queries;

"Odbc" - demo applications for the ODBC data access components;

"OleDb" - demo applications for the OLE DB data access components;

"OracleClient" - demo applications for the Oracle data access components;

"SqlClient" - demo applications for the Sql Server data access components;

"SQLite" - demo applications for the SQLite data access components;

"VirtualTables" - demo applications for the in-memory virtual table components;

 

Prerequisites

ADONet SqlClient and OracleClient demo applications require the Northwind demo database created and populated from the scripts.

A demo application may require some minor adjustment for your Delphi version. In most cases:

ojust ignore the DFM loading warnings;

ocomment out the not found units.

 

Reference

Getting Started