home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk23 / dir07 / f001910.re_ / f001910.re
Text File  |  1996-04-02  |  2KB  |  29 lines

  1. #define CMD_SQL                                 0x01000000  /* DATABASE */ 
  2. #define CMD_SESSION                             0x02000000  /* DATABASE */ 
  3. #define CMD_SESSION_AUTOCOMMIT                  0x02010000  /* DATABASE */ 
  4. #define CMD_SESSION_AUTOCOMMIT_ON               0x02010100  /* DATABASE */ 
  5. #define CMD_SESSION_AUTOCOMMIT_OFF              0x02010200  /* DATABASE */ 
  6. #define CMD_SESSION_AUTOCOMMIT_TOGGLE           0x02010300  /* DATABASE */ 
  7. #define CMD_SESSION_DEBUG                       0x02020000  /* DATABASE */ 
  8. #define CMD_SESSION_DEBUG_ON                    0x02020100  /* DATABASE */ 
  9. #define CMD_SESSION_DEBUG_OFF                   0x02020200  /* DATABASE */ 
  10. #define CMD_SESSION_DEBUG_TOGGLE                0x02020300  /* DATABASE */ 
  11. #define CMD_SESSION_DEBUG_EXTERNAL              0x02020400  /* DATABASE */ 
  12. #define CMD_SESSION_DEBUG_EXTERNAL_ON           0x02020410  /* DATABASE */ 
  13. #define CMD_SESSION_DEBUG_EXTERNAL_OFF          0x02020420  /* DATABASE */ 
  14. #define CMD_SESSION_DEBUG_EXTERNAL_TOGGLE       0x02020430  /* DATABASE */ 
  15. #define CMD_SESSION_DEBUG_IPC                   0x02020500  /* DATABASE */ 
  16. #define CMD_SESSION_DEBUG_IPC_ON                0x02020510  /* DATABASE */ 
  17. #define CMD_SESSION_DEBUG_IPC_OFF               0x02020520  /* DATABASE */ 
  18. #define CMD_SESSION_DEBUG_IPC_TOGGLE            0x02020530  /* DATABASE */ 
  19. #define CMD_LINKAGE                             0x03000000  /* DATABASE */ 
  20. #define CMD_LINKAGE_NONE                        0x03010000  /* DATABASE */ 
  21. #define CMD_LINKAGE_NEW                         0x03020000  /* DATABASE */ 
  22. #define CMD_LINKAGE_INFORMATION                 0x03030000  /* DATABASE */ 
  23. #define CMD_LINKAGE_DUPLICATE                   0x03040000  /* DATABASE */ 
  24. #define CMD_CATALOG                             0x04000000  /* DATABASE */ 
  25. #define CMD_CATALOG_COLUMN                      0x04010000  /* DATABASE */ 
  26. #define CMD_CATALOG_COLUMN_INSERT               0x04010100  /* DATABASE */ 
  27. #define CMD_CATALOG_COLUMN_EDIT                 0x04010200  /* DATABASE */ 
  28. #define CMD_CATALOG_COLUMN_DELETE               0x04010300  /* DATABASE */ 
  29.