Search

Clear filter
Question
omer · Jan 14, 2025

INSERT OR UPDATE WITH A COUNTER

Hello, So i want to use the INSERT OR UPDATE command so i can update a COUNTER for a given name: INSERT OR UPDATE myTableSET name='Omer', counter = counter + 1; as you can
Question
omer · Jan 13, 2025

Intersystems Data Models and ACID

Hello! So my question is quite simple, Do the different data models of Intersystems all support the ACID properties?I assume that for the SQL data model implementation it does, But
Question
omer · Jan 15, 2025

Where and How can i see the Stream that contains the response back to the client of a CSP application

Hey, So the title pretty much describes the question:Where and How can i see the Stream that contains the response back to the client of a CSP application.When the request is being
Question
omer · Feb 11, 2025

What causes a broker RESPONSE to have Transfer-Encoding:chunked?

So the title says it all:What causes a broker RESPONSE to have Transfer-Encoding:chunked?sometimes the response seems to not have the "Transfer-Encoding:chunked" but sometimes it does
Question
omer · Feb 11, 2025

Change %Response.ContentLength

Hey everyone, Might be a stupid question, but i was trying to set the ContentLength of the %response object in my website.In different places (like the onPreHttp / onPostHttp etc) but
Question
omer · Jun 25, 2024

How can i see the request size in kilobytes/megabytes?

I need to be able to take the size of the request from a given %CSP.request however it seems the best the docs suggest is to get the length of characters in the request (using $order
Question
omer · Feb 13, 2024

Create a datatype that overrides the Set and Get

I want to create a datatype that Extends from String and in its set and get it will parse the string or do whatever - my GET works, my SET doesn't. A deeper explanation of what i am
Question
omer · Oct 28, 2024

Load and compile error

Hello, I am using the following: s status = $SYSTEM.OBJ.Load("myClassName," "c") and while trying to compile it i get an error that a property or method does not exist, more specifically
Question
omer · Oct 30, 2024

Running a routine by name in a non-conventional way?

So I know we can run routines using both XECUTE or @ However both of them run slower than just running the routine without it. (that is because as far as i understand, XECUTE command
Question
omer · Apr 11, 2024

Delete the reference MEMORY

So as asked, I am not talking about KILL - KILL as stated in the docs: This command removes the variable. If there are no further references to the object, this command also removes
Question
omer · Nov 24, 2024

Intersystems REGEX engine

I am working on a product that uses REGEX and matches it. The regex is tested both on the client-side (using the JavaScript REGEX engine) and both on the server-side.But I couldn't
Question
omer · Oct 1, 2024

Execute a routine with argument by name - Without using Xecute!

Hello everyone, so lets say i have the following: HelloQsay(arg) w arg Q and i am trying to execute it by its name such as: s a = "say^hello" *execute the name inside a*
Question
Emil Odobasic · Sep 6, 2023

Question if it is possible to receive a REST call to an EnsLib.HTTP.InboundAdapter

Hello everyone!I need to build something that will receive a REST request. As of now I have tried my luck with using an EnsLib.HTTP.InboundAdapter. But i am not so sure how I am supposed
Question
Emil Odobasic · Oct 10, 2023

Question how to get JSON-response back to web-service/client

Hello everyone!I have manually created a REST-service that receives incoming HTTP-GET calls together with an URL-map. As shown below: XData UrlMap [ XMLNamespace = "https://www.intersystems.com
Question
Emil Odobasic · Nov 29, 2023

What would be the best way to import a very large XML-file into a production, modifying it depending on certain conditions, and creating a new XML file?

Hello everyone!Sorry for the vague title! But I wonder what would be the best way to easily import a large XML-file into a production, modifying it by deleting elements and nodes depending