XML element - DatabaseProfile
The DatabaseProfile is the root element in the XML file. It is required and have the following attributes:
<DatabaseProfile desc="Profile for Sybase ASE"
minver="9.5"
extends="generic">
...
</DatabaseProfile>
Attribute | Description |
---|---|
desc | The description of the profile |
minver | The minimum version of DbVisualizer that is required for the profile to work |
abstract | Used in a sub profile to indicate that the profile should not be selectable in DbVisualizer. An example is the mysql-base which can only be selected using the extended profiles for MySQL and MariaDB. The default is false |
extends | The parent profile that is extended. In most situations at least generic should be specified |
Most attributes except extends are informative and are displayed in the Database Profile list when selecting the connection properties for a database connection: