Contents Index DBToolsInit function DBTranslateLog function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBToolsVersion function


Function 

Returns the version number of the DBTools library.

Prototype 

short DBToolsVersion ( void );

Return value 

A short integer indicating the version number of the DBTools library.

Usage 

Use the DBToolsVersion function to check that the DBTools library is not older than one against which your application is developed. While applications can run against newer versions of DBTools, they cannot run against older versions.

See also 

Version numbers and compatibility


Contents Index DBToolsInit function DBTranslateLog function