Question Qais Azam · Oct 21, 2024 How to connect to InterSystems Caché using IPv4 and enable remote connections? I’m trying to connect to an InterSystems Caché database from my local development environment using an IPv4 address. Most examples I’ve found show how to connect using the ODBC driver with the localhost or the default IP address (127.0.0.1). However, I want to know how to connect using my local IPv4 address. Here’s what I need help with: #Development Environment #ODBC #Caché 0 4 0 113
Question Qais Azam · Oct 16, 2024 Error Executing Stored Procedure in InterSystems Cache using SQL I am experiencing an issue while executing a stored procedure in InterSystems Cache. Here’s the procedure I createdCREATE PROCEDURE Silk.sp_InsertRecord ( IN RecordDate TIMESTAMP, IN UserName VARCHAR(50), IN RecordType INT, IN RecordID VARCHAR(50), IN CategoryID INT, IN ApprovalDate TIMESTAMP, IN FileSize BIGINT, IN WorkstationName VARCHAR(50))BEGIN INSERT INTO DummyRecords ( RecordKey, FilePath, RecordDate, UserName, #ODBC #SQL #Caché #Ensemble #InterSystems IRIS 0 0 0 85