Child pages
  • Installing on Existing Databases
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Servoy can connect to any type of database that supports JDBC connections.

By default, Servoy comes bundled with the Sybase SQL Anywhere engine and a set of sample databases, but installing the engine and sample databases is optional in the installer.

Using the bundled Sybase SQL Anywhere engine i.c.w. existing databases

When the installation of the Sybase SQL Anywhere database engine is required, keep the Database option in the All-In-One installer checked.

After installing the Servoy Application Server, the following steps are required to remove the sample databases and connect the Sybase SQL Anywhere engine to existing Sybase SQL Anywhere databases:

  • Open the <servoy>/application_server/database directory and remove the files there
  • Open the sybase.config file located in the <servoy>/application_server/sybase_db directory using a text editor and:
    --remove the links to the sample databases:
    Links to sample databases in sybase.config
    database/servoy_repository.db
    database/user_data.db
    database/example.db
    database/log_data.db
    database/udm.db
    database/pdf_forms.db
    database/bug_db.db
    --add the links to the existing database files. For example:
    Example links to existing database files
    c:/myOwnDatabases/crm.db
  • No labels