Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

ctSetLicenseFile

Sets a server license file by name.

Declaration

NINT ctSetLicenseFile (pTEXT license);

Description

  • license - license file name

ctSetLicenseFile() is expected to be made before starting an embedded database engine; that is, before a call to ctdbStartDatabaseEngine() or ctThrdInit().

Return

NO_ERROR on success. c-tree error code on exception.

TOCIndex