LoadLicenseFile

Method
Loads a license file.

Category
Database

Syntax
Sub LoadLicenseFile(FileName As String)

FileName
The name of license file that is to be loaded.

 

'Case "Loadlicensefile"

'Uploads the license file

  CF1.LoadLicenseFile "Fin.flf"

  logWr "LoadLicenseFile: OK"

  End With

  terminalCF1

 

Comments
LoadLicenseFile loads the license file specified by FileName. This function should be called before establishing a connection to a database or to a server, otherwise the current connection will be closed.



© 2009 Microsoft Corporation. All rights reserved.