Demo Databases

<< Click to Display Table of Contents >>

Navigation:  ADONetVCL > Getting Started >

Demo Databases

Describes how to install ADONetVCL demo databases.

 

General

ADONetVCL uses the Northwind as a demo database. SQLite and MS Access demo databases are pre-installed and does not require any additional configuration. For other DBMS such as SQL Server and Oracle, you have to setup connection and run the scripts to create and populate the Northwind database.

 

Prerequisites

SQLite - installer installs a ready to use ...\Demos\DB\Data\SQLite\Northwind.sqlite database file.

Access database - installer installs a ready to use ...\Demos\DB\Data\MSAccess\dbdemos.mdb database file.

CSV - installer installs a ready to use CSV files in the installation folder ...\Demos\DB\Data\CSV.

Excel - installer installs a ready to use ...\Demos\DB\Data\Excel\Customers.xlsx file.

SQL Server - installer includes Northwind DB scripts which can be executed on SQL Server to create and populate Northwind database.

Oracle - installer includes Northwind DB scripts which can be executed on an Oracle Server to create and populate Northwind database.

 

Reference

Getting Started