·您现在的位置: 云翼网络 >> 文章中心 >> 网站建设 >> 网站建设开发 >> ASP网站建设 >> 得到表中字段属性代码

得到表中字段属性代码

作者:佚名      ASP网站建设编辑:admin      更新时间:2022-07-23
set AdoX = server.createobject("adox.catalog")
set fld = server.createobject("adox.column")

AdoX.ActiveConnection = conn
set fld = AdoX.Tables(sTableName).Columns(sName)
    
lType = fld.Type
lSize = fld.DefinedSize