go to post Sergey Mikhailenko · Jun 9, 2023 Hello Eugene. Look into the code there seems to be clear how to change properties programmatically
go to post Sergey Mikhailenko · Nov 12, 2021 Hi Andy There is also an alternative SQL;manager in the apptools-admin application, with the ability to conveniently connect to external sources via jdbc
go to post Sergey Mikhailenko · Sep 30, 2020 Hi, BobIt may be easier to make an analogue of ^% G ?Something like this:```ClassMethod AlterG(gn = "", Output rep) As %Status{ OPEN 2:$job USE 2 zwrite @gn ; CLOSE 2 set i="",rep="" for { set i=$order(^SPOOL($job,i),1,s) quit:i="" set rep=rep_s } KILL ^SPOOL($job)}
go to post Sergey Mikhailenko · Jun 20, 2019 Hello, in Studio in the Output panel you can execute COS commands.Copy the file you need to the CSP directory. For example for Windows: write $zf(-1,"copy g:\readme.txt c:\InterSystems\IRIS\CSP\aaa\readme2.txt")After editing, copy it back.Or another way, create a new application with the file storage you need.