随笔分类 -  ASP.NET

(转)Server Application Unavailable出现的原因及解决方案集锦
摘要:在Asp.net站点中经常出现这种提示 The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.... 阅读全文

posted @ 2009-04-28 21:40 未完待续 阅读(191) 评论(0) 推荐(0)

关于和Access数据库模糊查询Like
摘要:在用Sql数据库时模糊查询是 where name like '%a%' 而在Access数据库中在数据库上模糊查询是 where name like '*a*' 在asp.net程序中写在Access数据库上模糊查询的语句 where name like '%a%' 很奇怪为什么会这样。。。。。。 阅读全文

posted @ 2009-04-22 19:00 未完待续 阅读(661) 评论(0) 推荐(0)

导航