AnyDAC
ContentsIndexHome
PreviousUpNext
Demo Databases

Describes how to install AnyDAC demo databases.

Group
Links
General

AnyDAC 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 you have to setup connection and create a database. The AnyDAC installer contains SQL scripts, CSV data files and BAT files. The demo database may be created:

  • automatically at the AnyDAC installation;
  • manually any time later.

 

Prerequisites
  • The demo database files will be installed only, if "Sample Databases" on the "Select Components" page is checked in the installer.
  • You should have an existing database and user account. The AnyDAC installer will ask this info.
  • SQLite - installer installs a ready to use AnyDAC\DB\Data\ADDEMO.SDB database file.
  • Access database - installer installs a ready to use AnyDAC\DB\Data\ADDEMO.MDB database file.
  • SQL Server 2000 - the Northwind DB installation may be optional, because it is part of SQL Server 2000 distribution, may be downloaded separately, and may be already installed.

 

Automatic installation

The AnyDAC installer may build a demo database in automatic mode:

  • Mark required DBMS's on the "Demo Database" page of installer wizard.
  • On the next pages fill in the database and user account info.
  • At the end the installer creates a demo databases for marked DBMS's.

 

Manual installation

To build a demo database by yourself any time later, perform the following steps:

DBMS 
Sample connection definition 
Connection definition name 
[ADS_Demo]
DriverID=ADS
ServerTypes=2
Database=\\DA\ADS_DB\ADDEMO.ADD
User_Name=adssys 
ADS_Demo 
[DB2_Demo]
DriverID=DB2
Alias=addemo
User_Name=db2admin 
DB2_Demo 
[IB_Demo]
DriverID=IB
Database=E:\Firebird\ADDEMO.FB
User_Name=sysdba 
IB_Demo 
[Access_Demo]
DriverID=MSAcc
Database=$(ADHOME)\DB\Data\ADDemo.mdb 
Access_Demo 
[MSSQL_Demo]
DriverID=MSSQL
Server=127.0.0.1
Database=Northwind
User_Name=sa 
MSSQL_Demo 
[MySQL_Demo]
DriverID=MySQL
Server=127.0.0.1
Database=addemo
User_Name=root 
MySQL_Demo 
[Oracle_Demo]
DriverID=Ora
Database=ORA_920_APP
User_Name=ADDemo 
Oracle_Demo 
[PG_Demo]
DriverID=PG
Server=127.0.0.1
Database=addemo
User_Name=ad 
PG_Demo 
[SQLite_Demo]
DriverID=SQLite
Database=$(ADHOME)\DB\Data\ADDemo.sdb 
SQLite_Demo 
[ASA_Demo]
DriverID=ASA
Server=addemo_asa11
Database=addemo_asa11
User_Name=dba 
ASA_Demo 
  • Goto AnyDAC\Bin folder.
  • SQL Server - to disable Northwind DB installation, open Bin\createMSSQL.bat and replace True with False. For SQL Server 2000 replace MSSQL2005 with MSSQL.
  • Run create<your DBMS>.bat
What do you think about this topic? Send feedback!