freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

華北電力大學(xué)數(shù)據(jù)庫原理課程設(shè)計(jì)報(bào)告(編輯修改稿)

2025-06-19 18:12 本頁面
 

【文章內(nèi)容簡介】 { protected void Page_Load(object sender, EventArgs e) { String strconn = [ApplicationServices].ConnectionString。 SqlConnection = new SqlConnection(strconn)。 ()。 string strsql = select * from Student。 SqlCommand cm = new SqlCommand(strsql, )。 SqlDataReader dr = ()。 = dr。 ()。 ()。 ()。 } protected void Button1_Click(object sender, EventArgs e) { ()。 } protected void Button2_Click(object sender, EventArgs e) { string strsno = ()。 String strconn = [ApplicationServices].ConnectionString。 SqlConnection = new SqlConnection(strconn)。 ()。 string strsql = delete from Student where Sno=39。 + strsno + 39。 SqlCommand cm = new SqlCommand(strsql, )。 SqlDataReader dr = ()。 = dr。 ()。 ()。 ()。 ()。 }}三、課程設(shè)計(jì)(綜合實(shí)驗(yàn))總結(jié)或結(jié)論通過本次設(shè)計(jì)實(shí)驗(yàn),進(jìn)一步深入理解數(shù)據(jù)庫設(shè)計(jì)的整個過程,該學(xué)生選課系統(tǒng)的需求分析、數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(jì)有關(guān)內(nèi)容等。掌握使用前臺程序設(shè)計(jì)技術(shù)C和SQL Server結(jié)合設(shè)計(jì)C /S結(jié)構(gòu)的管理信息系統(tǒng)。綜合練習(xí)了SQL Server的使用和數(shù)據(jù)庫得管理技術(shù)。綜合熟悉并練習(xí)了SQL語言在編程中的使用。 綜合訓(xùn)練編程能力。認(rèn)識系統(tǒng),取得系統(tǒng)需求分析,更重要得是在編程方面提高了實(shí)現(xiàn)目標(biāo)代碼得能力及調(diào)試代碼得能力。這次的設(shè)計(jì)完成的是學(xué)生數(shù)據(jù)庫成績的查詢功能,對后臺的添加,刪處,更改,查詢,功能簡單,但如果有經(jīng)驗(yàn)有條件的話,可以在這方面著手,進(jìn)一步完善!附錄(設(shè)計(jì)流程圖、程序、表格、數(shù)據(jù)等)源程序如下:using System。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。public partial class 注冊頁 : { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { string strsname = ()。 string strpassword = ()。 string powers = ()。 String strconn = [ApplicationServices].ConnectionString。 SqlConnection = new SqlConnection(strconn)。 ()。 string strsql = insert into users values(。 if (strsname != ) { strsql = strsql + 39。 + strsname + 39。,。 } if (strpassword != ) { strsql = strsql + 39。 + strpassword + 39。,。 } strsql = strsql + 39。+ powers + 39。)。 = 您已成功添加!。 SqlCommand cm = new SqlCommand(strsql, )。 ()。 ()。 } protected void Button2_Click(object sender, EventArgs e) { ()。 }}public partial class _首頁 : { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { String strconn = [ApplicationServices].ConnectionString。 SqlConnection = new SqlConnection(strconn)。 ()。 string strsql = select * from users where User_id=39。 + + 39。and User_password=39。 + + 39。 SqlCommand cm = new SqlCommand(strsql, )。 SqlDataReader dr = ()。 if (()) { Session[User_id] = dr[User_id]。 Session[User_power] = dr[User_power]。 if (dr[User_power].ToString().Trim() ==0) { ()。 } else { ()。 } } else { = 對不起,登錄失??!。 } ()。 ()。 ()。 } protected void 注冊_Click(object sender, EventArgs e) { ()。 }}
點(diǎn)擊復(fù)制文檔內(nèi)容
語文相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1