摘要:
for(int i =0;i<ds.tables[0].Rows.Count;i++){ string objmoney=ds.tables[0].Row[i]["returnmoney"].tostring(); string objreturn=ds.tables[0].Row[i]["isreturn"].tostring(); decimal decmoney=0; int intr... 阅读全文
posted @ 2010-08-09 17:42
xyp0605
阅读(376)
评论(0)
推荐(0)
摘要:
之前都是在页面里面直接写什么链接数据库的string sqlstr="server=. uid=sa ;pwd=123456 ;database=数据库名";sqlconnection conn=new sqlconnection();conn.open();然后改成在web.config里面写<appSettings><add key="constr" value="serve... 阅读全文
posted @ 2010-08-09 17:31
xyp0605
阅读(124)
评论(0)
推荐(0)
浙公网安备 33010602011771号