Clear filter
Question
omer · Jan 14, 2025
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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