
Newest 'intersystems-cache' Questions - Stack Overflow
Jan 27, 2025 · [intersystems-cache] Caché is an multi-model (object, relational, key-value) DBMS and application server developed by InterSystems. Sign up to watch this tag and see more personalized …
c# - InterSystems.Cache for .NET 8 - Stack Overflow
Jan 27, 2025 · I have an old .NET 4.5 project, working with database InterSystems.Cache. The project is deployed on a Windows server. Data is retrieved using the InterSystems.Data.CacheClient.dll library. …
How to query Intersystems Caché for a list of namespaces via SQL?
Jan 28, 2025 · I am connecting to an intersystems cache database via C# and I need to obtain a list of all available namespaces. I am using code like this: namespace ConsoleApp13 { internal class …
How to concatenate and format date and time to timestamp/datetime …
Sep 21, 2016 · Utilizing the Intersystems Cache documentation and my limited SQL knowledge, I have figured out that Cache has it's own internal way to turn datetime into a six digit integer, but I can't …
How can I convert Intersystems Cache Global Objects to SQL or a more ...
Apr 19, 2023 · I am using Intersystems Cache 2018.1.4. The data is stored in Globals and from what I see the only way to get data out is by using the export tool used. However, the only file format that I …
sql - How to query Intersystems Caché for a list of namespaces ...
Aug 4, 2015 · How to query Intersystems Caché for a list of namespaces, databases, and tables? Asked 12 years, 1 month ago Modified 10 years, 4 months ago Viewed 6k times
intersystems cache - Caché OREF Error - Stack Overflow
Jun 28, 2010 · This is a standard COS pointer. To locate it, just open routine AA.wsClass.8.INT, locate zMethodName and count 45 lines after it (or just write zMethodName+45 in Studio locator bar). …
intersystems cache - Base64 encoding and decoding using Caché …
Dec 28, 2015 · intersystems-cache intersystems asked Dec 28, 2015 at 17:45 nikitaeverywhere 1,403 20 26
c# - Querying Intersystem Caché through ODBC - Stack Overflow
Jun 16, 2015 · Intersystems cache is slower for querying than any SQL database I have used, especially when you deal with large databases. Now add an ODBC overhead to the picture and you will achieve …
intersystems cache - How to export class to xml without namespace ...
Oct 15, 2021 · Learn how to export a class to XML without including namespaces in InterSystems Cache with this Stack Overflow guide.