会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
itelite博客
思想有多远,人就能走多远......
新随笔
联系
管理
2007年9月22日
判断dataset的空及其中的表的空
摘要: if(ds == null) //ds为空 { Response.Write("ds为空!"); } else { Response.Write("ds不为空"); } if(ds.Tables.Count == 0) //ds中没有表 { Response.Write("ds中没有表...
阅读全文
posted @ 2007-09-22 10:53 东风125
阅读(246)
评论(0)
推荐(0)
公告