Question
· Jan 28

Connect to .Net8 on Linux for cache db

I have an old .NET 4.5 project, working with database InterSystems.Cache. The project is deployed on a Windows server. Data is retrieved using the InterSystems.Data.CacheClient.dll library.

But now I'm planning migration of the project to .NET 8 to container with linux centos.

How can I get data from InterSystems.Cache in this case?

As I understand it, InterSystems.Data.CacheClient.dll is only for the .NET framework.

The InterSystems.Data.IRISClient.dll library recommended for the more modern InterSystems.IRIS database throws an error 'InterSystems Iris Provider is not compatible with Cache xDBC server'

Discussion (0)1
Log in or sign up to continue