Article vp123 · Feb 26, 2024 6m read

In today's data landscape, businesses encounter a number of different challenges.One of them is to do analytics on top of unified and harmonized data layer available to all the consumers.A layer that can deliver the same answers to the same questions irrelative to the dialect or tool being used.InterSystems IRIS Data Platform answers that with and add-on of Adaptive Analytics that can deliver this unified semantic layer.There are a lot of articles in DevCommunity about using it via BI tools.

2
1 535
Article vp123 · Oct 31, 2022 5m read

It has been asked a few times recently, how one can make Laravel Framework work with InterSystems IRIS Data Platform. It's been a while since this post about Laravel and InterSystems Caché was published. To bring it up to date, the article gives a brief instruction set on how to setup and configure a Laravel project for use with InterSystems IRIS through ODBC.

What is Laravel?

Laravel is a PHP framework that is based on MVC architecture.Using Laravel simplifies and speeds up the backend development while building modern secure web applications.

5
2 1337
Question vp123 · Feb 21, 2017

Hi!

I'm trying to implement %OnAfterDelete ClassMethod for persistent class. As a parameter it gets oid As %ObjectIdentity for the deleted object.

ClassMethod %OnAfterDelete(oid As %ObjectIdentity) As %Status

My question is: how to get ID value from %ObjectIdentity ?

2
0 590