Initializes the path and password of the QLM Floating database. This function will throw an exception if the path is not found. The folder where the database is located must be writable by all users.
C#: bool InitializeDb(string dbPath, string dbPassword, bool registerDb, out bool licenseRegistered, out string errorMessage)
dbPath - Full path to the QLM Floating database, including the filename.
dbPassword - Password to open the QLM Floating database.
registerDb - when set to true, the DbPath in the floating license xml will be updated. This should only be set to true once when configuring the xml location.
licenseRegistered - returned flag indicating if the license is already registered in the database.
errorMessage - returned error message if the function fails.
Comments
0 comments
Article is closed for comments.