摘要:
步骤1.下载VS2010 正式版,下载地址: 页面:http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=06a32b1c-80e9-41df-ba0c-79d56cb823f7直接ISO文件地址:http://download.microsoft.com/download/2/4/7/2473361... 阅读全文
摘要:
一句话解决更新和插入的问题 if exists(select 1 from Pat_ResultScores where SID=:SID) update Pat_ResultScores set Scores=:Scores,UserY=:UserY,UserP=:UserP where SID=:SID else insert into Pat_ResultScores(SID,Scores,... 阅读全文