select * from systypes where xtype=xusertype and xtype in (select? xtype from syscolumns where? id =(select id from sysobjects where name='tock' and xtype='U'))
注意
?????? xype=U是找的表格的字段 ,V是數據庫試圖
?????? name=tock 是表名為tock的字段類型
從這個結果里面可以取得結果集字段的類型、長度
posted on 2007-06-10 02:05
壞男孩 閱讀(1610)
評論(0) 編輯 收藏 所屬分類:
數據庫安裝不上