Search

Clear filter

Dave Garratt

0 posts0 comments
Question
Abed Gzmawe · Apr 18, 2021

error message when stop cache DB on linux

When i start the db the cache.lck created by root:cacheusr , that mean if the owner created the lck why he cant remove it?
Question
Meenakshi Shanmugam · Jul 3, 2020

Need help in using Regex in Cache DB SQL

Hi, Could someone help me in identifying all characters in a column is whole number 0 or greater CASE WHEN '123' %MATCHES '[0-9]*' then 'VALID' else 'INVALID' end The above
Question
Meenakshi Shanmugam · Jul 14, 2020

Getting Fatal error in Date Column in cache db

Hi, I am getting below error in date column in a table. I am unable to query data or find distinct or to_char on this column. Select distinct column name from table Select column
Announcement
Derek Robinson · Oct 16

Query InterSystems IRIS databases with the Python DB-API

👨‍💻Try this exercise to get started quickly with using Python's familiar DB-API interface to connect to an InterSystems IRIS database and run SQL queries.
Announcement
Anastasia Dyubaylo · Mar 26

[Video] Quick wins with InterSystems IRIS Vector DB

Hey Community, Enjoy the new video on InterSystems Developers YouTube: ⏯ Quick wins with InterSystems IRIS Vector DB This demo shows how to enhance an existing tools using
Question
Venu B · May 14, 2024

Intersystems local DB size monitoring using SolarWinds

Howdy all, I'm very new to intersystems, therefore I'm seeing some suggestions here. My query - I'd like to setup monitoring for IRIS local database size monitoring using SolarWinds
Question
Satish P · Oct 25, 2018

REST API support for Backup and Restore of Cache DB

What are the methods/APIs of getting the DB list, so that user can select individual DB instances in an external backup application ?
Question
Muhammad Waseem · Jun 29, 2021

Using trigger to insert data in Cache DB table

Hi, How can I insert data through trigger in InterSystems Cache DB table? Thanks Yes. Can you please provide any example or reference?
Question
Dan Murt · Feb 18

Using a SQL Server stored procedure in a CSP page

Also, just in case this is relevant, the stored procedure is in one DB and updates the data on a different DB, however, I don't think it would be an issue as it connects to DB as expected

anime dekho

0 posts0 comments
Announcement
Sergey Mikhailenko · May 31, 2022

Apptools-admin - project admin tool for creating apps

He helps me a lot in my daily work as a DBA and full stack developer. This project has grown into a platform on which many of my other projects are based.

Digicorns Technologies

0 posts0 comments
Question
Meenakshi Shanmugam · Jul 15, 2020

TO_CHAR Function not working for 12/31/1840 in Cache DB

Hi, Below To_Char function is not working as expected SELECT TO_CHAR('12/31/1840','mm/dd/yyyy') ---01/12/1841 I expect the result to be 12/31/1840. Let me know If there are
Question
John Lisa · Jul 16, 2020

General question regarding extracting data from a Cache' dB

Does the Cache dB have anything built in where I can access the data while seeing a visual of the tables/schema?