Questions tagged [intersystems-cache]

Caché is a multi-model DBMS and application server developed by InterSystems.

Caché is an multi-model (object, relational, key-value) DBMS and application server developed by InterSystems.

InterSystems Caché provides several APIs to operate with same data simultaneously: key-value, relational, object, document, multidimensional. Data can be managed via SQL, Java, node.js, .NET, C++, Python. DBMS Caché has proven embedded technologies for horizontal scaling (ECP, SLM), High Availability (Mirroring), transaction support and backup. It includes embedded Caché ObjectScript language which is back compatible to and which helps to run applications' business logic close to the data and achieve maximum performance for complex logic operations with data. Caché also provides application server which hosts web apps (CSP), REST, SOAP, web sockets and other types of TCP access for Caché data.

It is commercial software sold to application partners that develop end user applications.

More information can be found in Wikipedia: http://en.wikipedia.org/wiki/InterSystems_Caché

Official website: http://www.intersystems.com/cache/index.html

InterSystems Developers Community blogs can be found here at https://community.intersystems.com/?filter=articles

3rd party solutions and examples could be found on InterSystems Open Exchange https://openexchange.intersystems.com/

396 questions
-1
votes
1 answer

MuMps/cache ( vista)

How List manager works. Can you write a few pages describing how it works - walk through the processing starting with EN^VALM(List Template) and what TAG^ROUTINE it calls, where each input by the user and display by the system is created,…
kamal
  • 21
-1
votes
1 answer

How can I upload data to Cache database?

I have some xls/csv tables with several columns and over thousand of rows. I have created a class hierarchy, representing my subject, at Cache Studio. And now want to load data from my tables to this database. One class can contain data from…
NomaD
  • 111
  • 1
  • 1
  • 7
-1
votes
2 answers

How to take screen shots in windows system using Intersystems Cache?

How to take screen shots in windows system using inter systems cache?
-3
votes
2 answers

Cache migration

The below URL gives insight into how to migrate from sql to cache. http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GTSQ Is it possible to do the same in reverse - Cache database to SQL database? I would like to use Ensemble…
-3
votes
1 answer

intersystem cache C# query with datetime

When I use cache sql query in C# I'm getting an error: SQLtext1 = "SELECT top 10 * FROM dbo.DAPPLICATIONSTAT where TIMESTAMP = '2015-02-01 00:00:00'" I would like to use a where clause with a datetime filter. I am using…
Ezhil
  • 1
-4
votes
1 answer

Can someone explain what is in XML file, and what is it for?

I have an XML file with 30 000 lines of code which I don't have any idea what it can be. My goal is to identify what this XML for. Whether it is a dump of Cache(Intersystems) Database, or some source code..I don't know, I am just assuming. Then I…
1 2 3
26
27