Curso Caché
Utiliza araiz e não Tabela com acesso SQL.
Acesso SQl ou Programa.
ATENÇÂO - possibilidade de Kill na Globais.
Iniciar a instalção CCONTROLSTART
Exportar arquivo
// open a text file using a %Library.File stream
Set file = ##class(%File).%New("\data\textfile.txt")
Do file.Open("RU") // same flags as the OPEN command
// Open a Person object containing a Memo stream
// and copy the file into Memo
Set person = ##class(Person).%New()
Do person.Memo.CopyFrom(file)
Do person.%Save()
// save the person object
Set person = "" // close the person object Set file = "" // close the file
1 salvar um projeto
Exportar um projeto
%all super usuário
A instalação Desenvolvimento é a Instalação Full!!!! podendo ser usado como Producao
CONFICURAÇÃO DE PORTA
03/10/14-09:02:15:415 (0) 2 Cache license file (cache.key) missing or unreadable.
03/10/14-09:02:16:355 (2360) 2 Cache license file (cache.key) missing or unreadable.
2 - Critico
3 - Fatal
1 - Warning
0 - Informação.
caminho do log;
C:\InterSystems\Cache\mgr\cconsole.log
Parar
C:\InterSystems\Cache\bin>ccontrol stop CACHE
Iniciar
C:\InterSystems\Cache\bin>ccontrol start CACHE
Forçar parada
C:\InterSystems\Cache\bin>ccontrol force CACHE
Listar estancias ativas.
C:\InterSystems\Cache\bin>ccontrol list abrir terminal
C:\InterSystems\Cache\bin>ccontrol start CACHE // cache é a instancia
comando write - saidad de dispositivo corrente
USER>set a = 1234 USER>write a
1234
USER>write a=1234
USER>set b = 4321 USER>set b = 4321 USER>set c = 5467 USER>write a=1234 b=4321 c=5467
USER>kill a USER>write b=4321 c=5467 USER>kill // todas elas serão eliminadas
DO
USER>do ^%G // Referente a Disco.
For help on global specifications DO HELP^%G
Global ^
SER>do ^%G For help on global specifications DO