随笔分类 -  文章翻译

摘要:关于Access数据库(2003)的增删改查,其实和Sql大体差不多,但是还有很多不一样的地方。下面列几个容易犯的错误: 1、Access数据库的位置: conn = new OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;Data Sour... 阅读全文
posted @ 2015-07-29 16:35 XCml 阅读(2596) 评论(0) 推荐(0)
摘要:ASP.NETMVCOverviewTheModel-View-Controller(MVC)architecturalpatternseparatesanapplicationintothreemaincomponents:themodel,theview,andthecontroller.The... 阅读全文
posted @ 2015-07-15 21:53 XCml 阅读(187) 评论(0) 推荐(0)