mumps

How to take screen shots in windows system using Intersystems Cache?

谁说我不能喝 提交于 2020-01-07 09:51:12
问题 How to take screen shots in windows system using inter systems cache? 回答1: Cache doesn't have any built-in way to directly take a screen shot, so the closest you could come is to have a Caché process call something that does know how to take a screen shot. The ways to call out from cache are documented on the Intersystems web site and this same documentation is usually included in a Caché install. The simplest option (and you don't give enough information to know whether that will work) is

How to take screen shots in windows system using Intersystems Cache?

こ雲淡風輕ζ 提交于 2020-01-07 09:51:02
问题 How to take screen shots in windows system using inter systems cache? 回答1: Cache doesn't have any built-in way to directly take a screen shot, so the closest you could come is to have a Caché process call something that does know how to take a screen shot. The ways to call out from cache are documented on the Intersystems web site and this same documentation is usually included in a Caché install. The simplest option (and you don't give enough information to know whether that will work) is

query on MUMPS from asp.net/C#

徘徊边缘 提交于 2019-12-10 17:36:38
问题 Does anybody know how to query from MUMPS database using C# without using KBSQL -ODBC? We have requirement to query from MUMPS database (Mckesson STAR Patient care) and when we use KBSQL it is limited for 6 concurrent users. So we are trying to query MUMPS directly without using KBSQL. I am expecting something like LINQ TO MUMPS. 回答1: I think Mckesson uses Intersystems' Cache as its mumps (M) provider. Cache has support for .Net (see the documentation here). Jesse Liberty has a pretty good