DBToolsVersion 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.

Remarks

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