Icon UserMajorVersion Property

property UserMajorVersion: Word

Usage

The UserMajorVersion property indicates the user-defined major version number of the table. DBISAM allows you to assign a user-defined major and minor version number to any table that can aid the database developer in tracking application-specific structure information. This is especially useful for determining whether a table has the correct structure for the current release of an application. The minor version number can be retrieved using the UserMinorVersion property.

Information This property is read-only, you must alter the structure of a table in order to change it. Also, this property does not require that the table be open in order to return a value. This allows the the property to be examined without opening the table.
Image