company logo

Database :: registerLicence - Register license

The function checks the customer name passed in sLicenceOwner and the license number passed in sLicenceNumber and registers the license information in the database. When licensing is requested the license information is checked whenever the database is opened.

Notes:

Requires a ODC_Database instance

Implementation details

Database  :: registerLicence ( odaba::String &sLicenceOwner, odaba::String &sLicenceNumber )
  • sLicenceOwner - License owner

    The license owner name is the name assigned to the customer in order to provide license services.

  • sLicenceNumber - License number

    The license number consists of 12 alphanumeric characters. The license number has been generated from the database definition in the resource database and the license owner name.