Search

Clear filter
Article
Peter Cooper · May 10, 2018

Replacing ZEN - Part 2 - Strategic Issues

that their programming language does not easily support cookies so the CSPCHD (the session cookie) does not get passed.If you host a web-application via Caché (Ensemble, HealthShare, InterSystems
Article
Robert Cemper · Nov 26, 2021

Traditional Debugging in ObjectScript

reference count: 5 +----------------- attribute values ------------------ | AppData = $lb("",64,1,"","/csp/irisapp/","",1,"","",0,1,"","","/csp/irisapp","IRISAPP","","c:\intersystems
Discussion
Evgeny Shvarov · Jan 24, 2018

For and If with one line: to brace or not to brace

The article is considered as InterSystems Data Platform Best Practice. Which part of it? There's like 5 different suggestions contradicting each other. None of them.
Question
Robert Cemper · Jun 10, 2018

Multi Language Sort

Removed in InterSystems IRIS and therefore not recommended.Use iFind indices. They are highly customisable.Use iFind indices creatively.
Article
Guillaume Rongier · Dec 18, 2023

Vector search and RAG (Retrieval Augmented Generation) models

Utilizing InterSystems IRIS's newly introduced Vector Search capabilities, this application sets a new standard for retrieving and generating information based on a knowledge base.
Question
Yuri Marx · Nov 24, 2020

Generate HTML source code documentation

--------------------------------------------------------------------------- <br><p> <nobr>Klasse <b>zrcc.EX.ISOS</b> </nobr><p>Execute InterSystems
Question
Mike Kadow · Jun 15, 2017

Ways and methods of Accessing Relationships with SQL

And the marketing spiel of Intersystems for the last few decades was that the "clustering effect" achieved by hiearchical global tree structures was what made Globals so efficient,
Article
Henry Pereira · Jan 16, 2023

Create and Read MS Word documents with ePython

[cover](/sites/default/files/inline/images/images/image17.png) In this article, I will show you how one can easily create and read Microsoft Word documents using InterSystems IRIS
Article
Zhong Li · Mar 15, 2019

Run A Deep Learning Demo with Python3 Binding to HealthShare (Part II)

the Name property") name = person.get("Name") print ("Value: " + name) print ("Test completed successfully")except intersys.pythonbind3.cache_exception( err): print ("InterSystems
Article
Zhong Li · Aug 23, 2020

Run some Covid-19 ICU predictions via ML vs. IntegratedML (Part II)

/intersystems-jdbc-3.1.0.jar" conn = jaydebeapi.connect(driver, url, [user, password], jarfile) curs = conn.cursor() Set up starting data point For like-alike comparisons, I
Article
Lexi Hayden · Jul 18, 2017

Old/New Dynamic SQL Cheat Sheet

The article is considered as InterSystems Data Platform Best Practice.
Article
Michael Braam · Feb 20, 2017

Making encrypted datafields SQL-searchable

You know I'm a lazy programmer :) After Michael's post originally appeared on the intersystems-public-cache Google Group (as a result of the automatic crossposting being done by a username
Question
Jonathan Ebbers · Feb 18, 2020

SQL: ability to choose a specific index

UPDATE) • trigger DeactReact (AFTER event INSERT/UPDATE) • trigger Delete (BEFORE event DELETE) • trigger DeleteAudit (BEFORE event DELETE) Copyright © 1997-2020, InterSystems
Question
Christopher Kennedy · May 8, 2020

Import WSDL for ScriptLink Error #6301

I realized all too late that this thread should never had been posted on the InterSystems site. My new wsdl import which is working is: https://$site.$domain.
Article
Bernd Mueller · Jan 30, 2018

A story from support - how the quest for a raw DEFLATE compression/decompression function leads to a Node callout server by REST

💡 This article is considered as InterSystems Data Platform Best Practice. I found zdrop.exe for windows to *raw* deflate zlib-compressed files.