Skip to content
The latest version of DbVisualizer was released 2025-09-19DOWNLOAD HERE ->

XML element - DatabaseProfile

Only in DbVisualizer Pro

This feature is only available in the DbVisualizer Pro edition.

The DatabaseProfile is the root element in the XML file. It is required and have the following attributes:

<DatabaseProfile desc="Profile for Sybase ASE"
                 version="$Revision: 20369 $"
                 date="$Date: 2016-05-24 17:29:25 +0200 (Tue, 24 May 2016) $"
                 minver="9.5"
                 extends="generic">
  ...
</DatabaseProfile>
AttributeDescription
descThe description of the profile
versionThe version of the profile
dateThe timestamp when the profile was last modified
minverThe minimum version of DbVisualizer that is required for the profile to work
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:

2016 06 07 20 37 11