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
坏男孩 阅读(1597)
评论(0) 编辑 收藏 所属分类:
数据库安装不上