11 lines
290 B
SQL
Executable File
11 lines
290 B
SQL
Executable File
|
|
/* label Cobol = 100301
|
|
Update tabella tipi card per interfaccia con Pms 04/04/19 A.B.
|
|
*/
|
|
connect to 'SYSMONEY' 'SYSADM' '';
|
|
|
|
INSERT INTO MENUOP VALUES('MSCK', 'Money Interface', 'MSCKMSCK', 'DEFAULT', '', '', '', '', '', '', '', '', '', 'DEFAULT', '', '', '');
|
|
disconnect;
|
|
quit;
|
|
|