Search

Clear filter
Article
Luis Angel Pérez Ramos · Feb 20, 2023

Connecting to MySQL database from a Business Service using JDBC connections

The code is available from this URL: https://github.com/intersystems-ib/workshop-sql-jgw In our docker-compose.yml file we are going to configure the images that we use: version:
Article
Keren Skubach · Jan 22, 2024

Getting JSON from SQL

💡 This article is considered InterSystems Data Platform Best Practice.
Question
Sorin Fratila · Feb 4, 2021

Development and production servers with GIT as version control

Use InterSystems Docker images - this is a more IRIS way then Caché.
Question
Benjamin De Boe · Jan 28, 2016

Can we map CSP pages from another namespace?

Unchecked "Lock CSP Name" AND "Autocompile" (this should be done in both /csp/samples and /csp/samples2) - pointed "CSP Files Physical Path" to c:\intersystems
Question
Mike Kadow · Jul 18, 2016

How do I execute a "Basic Class Query?"

Correlation:1:23:CPS:Cytology Population Statistics:1:22: You might find the Online Learning Class ISC1014 Caché SQL Overview to be useful.https://learning.intersystems.com/courses/InterSystems
Question
Rubens Silva · Sep 19, 2017

DC: Improvement Ideas (NOT OFFICIAL)

Maybe this way someone from InterSystems could catch something good? Now let me begin. Reduce reply shrinking ratio.
Article
John Hotalen · Oct 4, 2016

How to Parse a URL in Caché

Also, Fabian was kind enough to post a link to InterSystems documentation that discusses the built-in (%Net.URLParser) Parse method - which would be useful/helpful, as well.
Question
John Kumpf · Dec 6, 2018

Are there issues with $$$OK on Cache 2010?

-- Have database for code --><Database Name="CCRTOOLS-CODE" Dir="c:\intersystems\cache\mgr\ccrtools-code\" Create="overwrite" InitialSize="200" ExpansionSize="60" /></Configuration
Article
Laura Blázquez García · Feb 23

Creating FHIR responses with IRIS Interoperability production

test it passing no document ID), we will see 404 response: In summary, connecting our FHIR endpoint with interoperability we can do whatever we want, with all the capabilities of InterSystems
Question
Robert Cemper · Nov 23, 2017

Where is the equivalent of INSPECTOR in Atelier ? See !

The video is also available on the InterSystems Developers YouTube Channel.
Article
Robert Cemper · Oct 9, 2018

Execute Server Commands from Caché / Ensemble / IRIS

Checking documentation for class %Net.Remote.Utility I find out that it is provided for internal use for Intersystems.
Question
Arcady Goldmints-Orlov · Aug 14, 2018

Using %DynamicObject and %DynamicArray as general purpose data structures

affair than creating and maintaining application/reporting level data validation.That said I see dynamic objects available in Caché mainly as a means to convert data from/to JSON.With InterSystems
Question
Tarek Sinno · Apr 25, 2018

Customizing Management Portal Header

If you find it helpful, I'd really appreciate it if you voted for it in the Intersystems Grand Prix competition * I actually came across this post when I was first trying to sort this
Question
Akshat Vora · Feb 22, 2020

Convert an array to a JSON string

%Set(key,subJSON) set key = $order(array(key)) } return JSON } See:JSON Representation of a global structureCogs LibraryIntroducing InterSystems IRIS Document Database (DocDB)
Article
Julian Matthews · Jul 21, 2021

Splitting ORU Messages using ObjectScript and DTL

little light to be something for Open Exchange, but if there is any interest in me uploading it there or somewhere else, please let me know) 💡 This article is considered as InterSystems