Skip to content
The latest version of DbVisualizer was released 2024-12-04DOWNLOAD HERE ->

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>
AttributeDescription
descThe description of the profile
minverThe minimum version of DbVisualizer that is required for the profile to work
abstractUsed 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
extendsThe 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:

Database Profile list showing all attributes