![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.18 » View Incident Report |
| Reported By: Jeff Cook [Aspect Systems Ltd] Reported On: 2/12/2015 For: Version 2.17 Build 1 |
CREATE TABLE "Config"
(
"ConfigKey" VARCHAR(60) COLLATE "UNI_CI",
"ComputerName" VARCHAR(40) COLLATE "UNI_CI",
"UserName" VARCHAR(40) COLLATE "UNI_CI",
"ConfigValue" BLOB,
CONSTRAINT "PrimaryKey" PRIMARY KEY ("ConfigKey", "ComputerName", "UserName")
)
INSERT INTO Config (ConfigKey,ComputerName,UserName,ConfigValue)
VALUES('Maintenance Mode', '', 'Jeff Cook', CAST('OFF' AS BLOB))This web page was last updated on Wednesday, October 22, 2025 at 04:21 PM | Privacy Policy © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

