随笔分类 -  Enterprise Lib

摘要:试验了好半天也没有找到相应的方法我的数据库是MS Access,没找到一个正确方法加参数例如Database db = DabaseFactory.CreateDatabase();DbCommand cmd = db.GetSqlStringCommand("select * from products where productID = ?");用Db.AddInParameter()这个函数... 阅读全文
posted @ 2007-07-04 11:09 Vincent Yang 阅读(595) 评论(3) 推荐(0)