<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Database connection through JDBC</title>
</head>
<body>
<h1>Database connection through JDBC</h1>
<p>This page can be used for further information for the data model or it is needed if you choose to
create the data model through a database connection.</p>
<p>Several bits of information are needed, for some values there is an educated guess or default values:</p>
<ul>
<li>Database host: is set to localhost, if the database is located on a remote machine fill in the correct
IP or host address</li>
<li>Database port: is set to the default port for the selected database product. If your installation uses
a different port change it</li>
<li>Database name: Name of the database</li>
<li>User name: is the default administrative user for the database. If you use a different user change it</li>
<li>Password: must be the password matching the user</li>
<li>Table name: The name of the table on which your data model is based.</li>
<li>Schema: Sometimes also called Owner. Not all products make use of the schema concept. This field is
only available for products that need the schema defined. Make sure you pass the same schema name as definded
(upper/lower-case)</li>
</ul>
</body>
</html>