判断数据库中某个表是否存在的asp代码
展开全部
select count(*) as counts from 数据库名.dbo.sysobjects where name='表名' and type='u'
比如你要查看 mydb数据库下,是否存在mytable表语句就是
select count(*) as counts from mydb.dbo.sysobjects where name='mytable' and type='u'
在ASP里得到rs("counts")的值,如果大于0,则mytable表就存在。
比如你要查看 mydb数据库下,是否存在mytable表语句就是
select count(*) as counts from mydb.dbo.sysobjects where name='mytable' and type='u'
在ASP里得到rs("counts")的值,如果大于0,则mytable表就存在。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询