Export from Intersystems Caché Database

I have a product based on the Intersystems Caché database, I do not see classes, no schemas, no tables, only global ones. Is there any smart way to export data from these global variables and get a “readable structure”?

+3
source share
6 answers

First question: what version of Caché? Second question: what tools do you have? Terminal, Studio, Management Portal

If the data is in tables / classes, you should have access to it through ODBC, at least. If there are no tables / classes, the data is probably in Globals.

Globals ( ), , .

Globals , SQL.

EXTREEMELY , .: - (

+2

Intersystems , " " , .

: * zw * d ^% G

+2

Cache SMP Cache Studio? , - ( , , ). SMP - , . zw, node:

USER> zw ^GlobalName

http://docs.intersystems.com/cache20082/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_czwrite

?

+1

, . , - /(zen/csp) . , , :/

0

, Navicat Tool Caché MySQL Postgres, DB, ODBC.

0

ODBC works with a cache. You can use the ODBC connection to export data to another file, for example, a set of free tables or text files.

0
source

Source: https://habr.com/ru/post/1791173/


All Articles