📚 SAP Business One SDK Help

Version Property
See Also 

Description

Returns the version of the Company database.

Property type

Read-only property

Syntax

Visual Basic
Public Property Version() As Long

Remarks

The version of the Company database always equals to the versions of the OBServer.dll and SBOcommon database.

The version is stored in the CINF table of the Company database and also in the SINF table of the SBO Common database.

The OBServer.dll can be found in the user temporary folder after connecting to the company database. To view its version, open the file properties dialog box and click the Version tab.

See also Versions Compatibility.

See Also