⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 generation.log

📁 《delphi深度编程及其项目开发》
💻 LOG
字号:

Database Generation
Generation: Check model starting...
Generation: Check model successful.
Generation starting...
Sorting objects...
Sort completed.
Dropping Tables...
-> Table : WZ_BMDA (WZ_BMDA)
-> Table : WZ_BMLLD_DETAIL (WZ_BMLLD_DETAIL)
-> Table : WZ_BMLLD_MAIN (WZ_BMLLD_MAIN)
-> Table : WZ_CKDYB (WZ_CKDYB)
-> Table : WZ_CLBM (WZ_CLBM)
-> Table : WZ_CLBM_TEMP (WZ_CLBM_TEMP)
-> Table : WZ_CLCGD_DETAIL (WZ_CLCGD_DETAIL)
-> Table : WZ_CLCGD_MAIN (WZ_CLCGD_MAIN)
-> Table : WZ_CLSLD_DETAIL (WZ_CLSLD_DETAIL)
-> Table : WZ_CLSLD_MAIN (WZ_CLSLD_MAIN)
-> Table : WZ_DQFLB (WZ_DQFLB)
-> Table : WZ_GCXMDY (WZ_GCXMDY)
-> Table : WZ_GXHT_DETAIL (WZ_GXHT_DETAIL)
-> Table : WZ_GXHT_HTGD (WZ_GXHT_HTGD)
-> Table : WZ_GXHT_MAIN (WZ_GXHT_MAIN)
-> Table : WZ_GYSDA (WZ_GYSDA)
-> Table : WZ_GYSFLB (WZ_GYSFLB)
-> Table : WZ_HTDHJL (WZ_HTDHJL)
-> Table : WZ_HTFKJL (WZ_HTFKJL)
-> Table : WZ_KCPD_DETAIL (WZ_KCPD_DETAIL)
-> Table : WZ_KCPD_MAIN (WZ_KCPD_MAIN)
-> Table : WZ_KCQKB (WZ_KCQKB)
-> Table : WZ_QXGL_YHSZ (WZ_QXGL_YHSZ)
-> Table : WZ_QXGL_ZHNR (WZ_QXGL_ZHNR)
-> Table : WZ_QXGL_ZHSZ (WZ_QXGL_ZHSZ)
-> Table : WZ_SGJH_DETAIL (WZ_SGJH_DETAIL)
-> Table : WZ_SGJH_Main (WZ_SGJH_Main)
-> Table : WZ_ZGDA (WZ_ZGDA)
-> Table : dtproperties (dtproperties)
-> Table : syscolumns (syscolumns)
-> Table : syscomments (syscomments)
-> Table : sysdepends (sysdepends)
-> Table : sysfilegroups (sysfilegroups)
-> Table : sysfiles (sysfiles)
-> Table : sysfiles1 (sysfiles1)
-> Table : sysforeignkeys (sysforeignkeys)
-> Table : sysfulltextcatalogs (sysfulltextcatalogs)
-> Table : sysfulltextnotify (sysfulltextnotify)
-> Table : sysindexes (sysindexes)
-> Table : sysindexkeys (sysindexkeys)
-> Table : sysmembers (sysmembers)
-> Table : sysobjects (sysobjects)
-> Table : syspermissions (syspermissions)
-> Table : sysproperties (sysproperties)
-> Table : sysprotects (sysprotects)
-> Table : sysreferences (sysreferences)
-> Table : systypes (systypes)
-> Table : sysusers (sysusers)
*** Executing statement 1:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_BMDA')
            and   type = 'U')
   drop table dbo.WZ_BMDA


*** Executing statement 2:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_BMLLD_DETAIL')
            and   type = 'U')
   drop table dbo.WZ_BMLLD_DETAIL


*** Executing statement 3:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_BMLLD_MAIN')
            and   type = 'U')
   drop table dbo.WZ_BMLLD_MAIN


*** Executing statement 4:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_CKDYB')
            and   type = 'U')
   drop table dbo.WZ_CKDYB


*** Executing statement 5:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_CLBM')
            and   type = 'U')
   drop table dbo.WZ_CLBM


*** Executing statement 6:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_CLBM_TEMP')
            and   type = 'U')
   drop table dbo.WZ_CLBM_TEMP


*** Executing statement 7:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_CLCGD_DETAIL')
            and   type = 'U')
   drop table dbo.WZ_CLCGD_DETAIL


*** Executing statement 8:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_CLCGD_MAIN')
            and   type = 'U')
   drop table dbo.WZ_CLCGD_MAIN


*** Executing statement 9:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_CLSLD_DETAIL')
            and   type = 'U')
   drop table dbo.WZ_CLSLD_DETAIL


*** Executing statement 10:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_CLSLD_MAIN')
            and   type = 'U')
   drop table dbo.WZ_CLSLD_MAIN


*** Executing statement 11:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_DQFLB')
            and   type = 'U')
   drop table dbo.WZ_DQFLB


*** Executing statement 12:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_GCXMDY')
            and   type = 'U')
   drop table dbo.WZ_GCXMDY


*** Executing statement 13:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_GXHT_DETAIL')
            and   type = 'U')
   drop table dbo.WZ_GXHT_DETAIL


*** Executing statement 14:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_GXHT_HTGD')
            and   type = 'U')
   drop table dbo.WZ_GXHT_HTGD


*** Executing statement 15:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_GXHT_MAIN')
            and   type = 'U')
   drop table dbo.WZ_GXHT_MAIN


*** Executing statement 16:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_GYSDA')
            and   type = 'U')
   drop table dbo.WZ_GYSDA


*** Executing statement 17:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_GYSFLB')
            and   type = 'U')
   drop table dbo.WZ_GYSFLB


*** Executing statement 18:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_HTDHJL')
            and   type = 'U')
   drop table dbo.WZ_HTDHJL


*** Executing statement 19:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_HTFKJL')
            and   type = 'U')
   drop table dbo.WZ_HTFKJL


*** Executing statement 20:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_KCPD_DETAIL')
            and   type = 'U')
   drop table dbo.WZ_KCPD_DETAIL


*** Executing statement 21:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_KCPD_MAIN')
            and   type = 'U')
   drop table dbo.WZ_KCPD_MAIN


*** Executing statement 22:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_KCQKB')
            and   type = 'U')
   drop table dbo.WZ_KCQKB


*** Executing statement 23:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_QXGL_YHSZ')
            and   type = 'U')
   drop table dbo.WZ_QXGL_YHSZ


*** Executing statement 24:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_QXGL_ZHNR')
            and   type = 'U')
   drop table dbo.WZ_QXGL_ZHNR


*** Executing statement 25:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_QXGL_ZHSZ')
            and   type = 'U')
   drop table dbo.WZ_QXGL_ZHSZ


*** Executing statement 26:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_SGJH_DETAIL')
            and   type = 'U')
   drop table dbo.WZ_SGJH_DETAIL


*** Executing statement 27:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_SGJH_Main')
            and   type = 'U')
   drop table dbo.WZ_SGJH_Main


*** Executing statement 28:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.WZ_ZGDA')
            and   type = 'U')
   drop table dbo.WZ_ZGDA


*** Executing statement 29:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.dtproperties')
            and   type = 'U')
   drop table dbo.dtproperties


*** Executing statement 30:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.syscolumns')
            and   type = 'U')
   drop table dbo.syscolumns


*** Executing statement 31:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.syscomments')
            and   type = 'U')
   drop table dbo.syscomments


*** Executing statement 32:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysdepends')
            and   type = 'U')
   drop table dbo.sysdepends


*** Executing statement 33:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysfilegroups')
            and   type = 'U')
   drop table dbo.sysfilegroups


*** Executing statement 34:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysfiles')
            and   type = 'U')
   drop table dbo.sysfiles


*** Executing statement 35:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysfiles1')
            and   type = 'U')
   drop table dbo.sysfiles1


*** Executing statement 36:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysforeignkeys')
            and   type = 'U')
   drop table dbo.sysforeignkeys


*** Executing statement 37:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysfulltextcatalogs')
            and   type = 'U')
   drop table dbo.sysfulltextcatalogs


*** Executing statement 38:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysfulltextnotify')
            and   type = 'U')
   drop table dbo.sysfulltextnotify


*** Executing statement 39:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysindexes')
            and   type = 'U')
   drop table dbo.sysindexes


*** Executing statement 40:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysindexkeys')
            and   type = 'U')
   drop table dbo.sysindexkeys


*** Executing statement 41:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysmembers')
            and   type = 'U')
   drop table dbo.sysmembers


*** Executing statement 42:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysobjects')
            and   type = 'U')
   drop table dbo.sysobjects


*** Executing statement 43:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.syspermissions')
            and   type = 'U')
   drop table dbo.syspermissions


*** Executing statement 44:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysproperties')
            and   type = 'U')
   drop table dbo.sysproperties


*** Executing statement 45:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysprotects')
            and   type = 'U')
   drop table dbo.sysprotects


*** Executing statement 46:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysreferences')
            and   type = 'U')
   drop table dbo.sysreferences


*** Executing statement 47:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.systypes')
            and   type = 'U')
   drop table dbo.systypes


*** Executing statement 48:
if exists (select 1
            from  sysobjects
           where  id = object_id('dbo.sysusers')
            and   type = 'U')
   drop table dbo.sysusers


Generation successful

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -