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>
Attribute | Description |
---|---|
desc | The description of the profile |
version | The version of the profile |
date | The timestamp when the profile was last modified |
minver | The minimum version of DbVisualizer that is required for the profile to work |
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: