home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk23 / dir07 / f002500.res < prev    next >
Text File  |  1996-04-02  |  321b  |  14 lines

  1. create table mscatalog 
  2.     (
  3.      tablename         char(32) not null,
  4.      entitynum         int not null,
  5.      screenform     char(64) null,
  6.      reporttable     char(32) null,
  7.      dastable         char(32) null,
  8.      sqlreview         char(240) null,
  9.      fencefilter     char(240) null,
  10.      formtable          char(64) null
  11.     )
  12.  
  13. go
  14.