DBCreatedVersion( a_db_version_info *) method

Determines the version of SQL Anywhere that was used to create a database file, without attempting to start the database.

Syntax

_crtn short _entry DBCreatedVersion( a_db_version_info * pdvi)

Parameters

Returns

Return code, as listed in Software component exit codes.

Usage

Currently, this function only differentiates between databases built with version 9 or earlier and those built with version 10 or later.

Version information is not set if a failing code is returned.