Question Keith Davis · Jun 13, 2019 Automatically export all globals Is there a way to automatically export all globals? I want to script out this process so that this happens on a specific frequency. This is for testing, as an additional backup safeguard. #Globals #Caché 0 6 0 848
Question Keith Davis · May 31, 2019 How do I drop a table created by a Objectscript class? I can't do it from the Management portal due. I get a message that DDL is not enabled. So how else do I drop the table? #Caché 0 39 0 1.5K
Question Keith Davis · May 31, 2019 Indices Not Working Forgive my lack of understanding, but I am working on a vendor created Cache database and the indexes specified in the classes for ODBC connections are not working. A few of them are created, but of the 50+ classes we have, only a handful of them are created when the class is compiled, yet no errors occur.Example 1:Example 2: #ObjectScript #ODBC #Caché 0 21 0 1.2K
Question Keith Davis · May 14, 2019 Mapping Globals To Classes - Variable Number of Subscripts I am trying to create an ODBC class that includes all of these as records, but I don't see how I can since the first record has 3 subscripts, the rest have 4 subscripts: Here is my current storage definition: #Globals #SQL #Caché 0 12 0 854