InterSystemsDev via @like
Execute Server Commands from InterSystems Caché / Ensemble / IRIS #CodeSnippet #Caché #Ensemble #InterSystemsIRIS
http://ow.ly/IBej30mwVqn
http://ow.ly/IBej30mwVqn
InterSystems Developer Community
Execute Server Commands from Caché / Ensemble / IRIS
The question has come up several times and I saw mixed answers and no quick exampleMy personal preference is using CPIPE device as you get back exactly the output you will get at the command
InterSystemsDev via @like
Pass ? parameters to %ZEN.Auxiliary.jsonSQLProvider #CodeSnippet #InterSystemsIRIS #ObjectScript
http://ow.ly/FUDQ30mAKn0
http://ow.ly/FUDQ30mAKn0
InterSystems Developer Community
Pass ? parameters to %ZEN.Auxiliary.jsonSQLProvider
This code snippet uses %ZEN.Auxiliary.jsonSQLProvider. The namespace and string of SQL can be edited for different situations. The class method "test" runs the code:
Class eduardlebedyuk.passQuesti
Class eduardlebedyuk.passQuesti
InterSystemsDev via @like
💡 Utility to compare class and include file definitions between builds #CodeSnippet #InterSystemsIRIS #Caché #ObjectScript
http://ow.ly/hh0h30mJ6DK
http://ow.ly/hh0h30mJ6DK
InterSystems Developer Community
Utility to compare class and include file definitions between builds
The following code provides information about software builds. Read the original description below for information about the different methods:
///Description
///This class enables developers to
///Description
///This class enables developers to
InterSystemsDev via @like
💡 Routine that converts indices to bitmap indices #CodeSnippet #InterSystemsIRIS #ObjectScript
http://ow.ly/YIFx30mVxUz
http://ow.ly/YIFx30mVxUz
InterSystems Developer Community
Routine that converts indices to bitmap indices
(Originally posted on Intersystems CODE by @Iain Bray) The following code snippet converts all indices in a package to bitmap indices. The subroutine "test" runs the code:
ROUTINE iainbray.indexTo
ROUTINE iainbray.indexTo
InterSystemsDev via @like
Get a list of #Ensemble Lookup Tables and Schema documents in the current namespace #CodeSnippet #ObjectScript #HL7
http://ow.ly/QSYi30n7yTr
http://ow.ly/QSYi30n7yTr
InterSystems Developer Community
Get a list of Ensemble Lookup Tables and Schema documents in the current namespace
(Originally posted by @Benjamin.Spead on June 25, 2014)
This code snippet generates a list of Ensemble Lookup Tables and Schema documents in the user's current namespace. Run the code by running th
This code snippet generates a list of Ensemble Lookup Tables and Schema documents in the user's current namespace. Run the code by running th
InterSystemsDev via @like
Convert #UTF-8 encoded error files to #ANSI encoded files #CodeSnippet
>> http://ow.ly/f7BM30nmsPh <<
>> http://ow.ly/f7BM30nmsPh <<
InterSystems Developer Community
Convert UTF-8 encoded error files to ANSI encoded files
Hi All,I am converting UTF-8 encoded error files to ANSI files and for that I had written below piece of code. But I am not able to get ANSI encoded files.Code Snippets:Set tReadStatus = ""
InterSystemsDev via @like
Check the new #BestPractice on #DeveloperCommunity: Improve #SQL Performance for Date Range Queries
>> http://ow.ly/5dKf30ns2uJ <<
#Caché #CodeSnippet #WRC
>> http://ow.ly/5dKf30ns2uJ <<
#Caché #CodeSnippet #WRC
InterSystems Developer Community
Improve SQL Performance for Date Range Queries
Date range queries going too slow for you? SQL Performance got you down? I have one weird trick that might just help you out! (SQL Developers hate this!)*If you have a class that records t
InterSystemsDev via @like
Iterate over Business process activities #InterSystemsIRIS #Ensemble #ObjectScript #CodeSnippet
>> http://ow.ly/4biO30nNx9o <<
>> http://ow.ly/4biO30nNx9o <<
InterSystems Developer Community
Iterate over Business process activities
Recently I needed a classmethod that returns annotation value based on a name of a activity.As doing it at runtime seemed inefficient, I wrote compile-time utility that iterates over all business proc