Question Michoel Reach · Jul 27, 2023 %fm2Class code for converting Fileman to Cache' SQL classes The documentation https://docs.intersystems.com/ens201817/csp/docbook/DocBook.UI.Page.cls?... says "You can also obtain this routine [%fm2class] as an XML file and install it in Caché or Ensemble version 5.0.* or higher." How do I get that XML file? If it's already part of Cache 18.1, you could also just tell me how to access it. Thanks! #Caché 0 7 0 218
Question Michoel Reach · Mar 28, 2023 MAXLENGTH for VARCHAR in ODBC In the documentation Data Types | Caché SQL Reference | Caché & Ensemble 2018.1.4 – 2018.1.8 (intersystems.com) #ODBC #SQL #Caché 0 2 0 342
Question Michoel Reach · Apr 8, 2021 Converting ISO-8859-1 input document We have a Unicode installation of Cache'. A client wants to send us documents that will be machine-read and loaded, automatically. They want to create the documents in ISO-8859-1 ("Latin-1"). We'd need to convert the text to UTF8 for our system. I saw the documentation on the $ZCONVERT function, but I didn't see this option. How should it be done? Thanks! #ObjectScript #Caché 0 10 0 1.2K
Question Michoel Reach · Mar 31, 2021 End Session programmatically We have a background job that keeps an eye on our ongoing CSP sessions, counts licenses used and some other tasks. Question: If I know the session ID (something like "wuuZ2Gwgxw"), how do I (find and) end that particular session programmatically in ObjectScript - i.e., the equivalent of %session.EndSession=1 in the csp page code? Thanks! Michael Reach #ObjectScript #Caché 1 15 2 865