Child pages
  • Managing Database Connections
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 2 Next »

Almost all Servoy applications utilize a database to store user data and application metadata.  Servoy can connect to any database that has a JDBC driver available. Servoy provides a database, Sybase SQL Anywhere, for you if you do not already have a database management system (DBMS).

Creating a New Database in Sybase SQL Anywhere

In Servoy Developer, you may create a new SQL Anywhere database from the Solution Explorer tree.

  1. In the Servoy Developer Solution Explorer tab, expand the Database Servers node (under Resources) and right click on a SQL Anywhere database (all the example databases provided by Servoy are SQL Anywhere) to show the popup menu.
  2. Select Create Sybase Database.
  3. Enter a name for the database in the dialog window.
  4. A dialog will recommend to restart Servoy Developer.  Click OK and restart Servoy Developer.
  5. Your database will appear 

It is best practice to create your data model (tables, primary keys, foreign keys, and fields)

  • No labels