Describes how to install AnyDAC demo databases.
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:
downloaded separately, and may be already installed.
The AnyDAC installer may build a demo database in automatic mode:
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 |
|
What do you think about this topic? Send feedback!
|