DatabaseHandle :: CheckLicence - Check Application License
The function checks the license number for the user. The function returns an error (YES) when the database or the application is not licensed.
Return value: Success ( logical )
Implementation details
logical
DatabaseHandle  :: CheckLicence ( NString &lic_owner, NString &lic_number )
The function checks the user name and license number and registers the license information in the database. When licensing is requested the license information is checked whenever the database is opened.
- lic_owner - Owner of the license
- lic_number
- License number
The license number consists of twelve alphanumeric characters.