版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、教師管理操作流程1、 使用Teacher賬號登陸教師管理系統(tǒng)代碼區(qū)域:if (loginType = "教師") string sql = string.Format("select count(*) from teacher where LoginId='0' AND LoginPwd='1'", loginId, loginPwd); try SqlCommand command = new SqlCommand(sql, DBHelper.connection); DBHelper.connection.Open()
2、; count = (int)command.ExecuteScalar(); if (count = 1) isValidUser = true; else index+; if (index <= 3) message = "用戶名或密碼不存在!" else if (index >= 3) Application.Exit(); isValidUser = false; catch (Exception ex) message = ex.Message; Console.WriteLine(ex.Message); 查詢修改信息查詢教師基本信息(代碼區(qū)域:)
3、 TeacherBaseForm teacherBaseForm = new TeacherBaseForm(); teacherBaseForm.Show();TeacherBaseForm(教師基本信息窗體)查詢及修改學(xué)生信息(代碼區(qū)域:) UpdateStudentForm updateStudentForm = new UpdateStudentForm(); updateStudentForm.Show();SearchTeacherForm.cs(查詢及修改信息窗體)AddScoreForm(學(xué)生成績錄入窗體)錄入按鈕代碼:string sql = string.Format(&q
4、uot;select StudentId,StudentNo,StudentName from Student where StudentId='0'", txtId.Text); try SqlCommand command = new SqlCommand(sql, DBHelper.connection); DBHelper.connection.Open(); SqlDataReader reader = command.ExecuteReader(); while (reader.Read() id = (int)reader"StudentId&
5、quot; no = (string)reader"StudentNo" name = (string)reader"StudentName" reader.Close(); catch (Exception ex) MessageBox.Show(ex.Message); finally DBHelper.connection.Close(); if (TianJia() if (txtId.Text = Convert.ToString(id) && txtStudentNo.Text = no && txtStude
6、ntName.Text = name) string studentName = txtStudentName.Text; string sdudentNo = txtStudentNo.Text; string subject = cboSubject.Text; string score = txtScore.Text; int classId = GetClassId(); string studentId = txtId.Text; string sql1 = string.Format("insert into Score(StudentNo,Subject,SScore,
7、SName,ClassId,StudentId)values('0','1','2','3','4',5)", sdudentNo, subject, score, studentName, classId, studentId); try SqlCommand command = new SqlCommand(sql1, DBHelper.connection); DBHelper.connection.Open(); int result = command.ExecuteNonQuery(); if
8、 (result != 1) MessageBox.Show("添加失敗", "輸入提示", MessageBoxButtons.OK, MessageBoxIcon.Information); else MessageBox.Show("添加成功", "輸入提示", MessageBoxButtons.OK, MessageBoxIcon.Information); catch (Exception ex) /MessageBox.Show("操作數(shù)據(jù)庫出錯!", "輸入提示&quo
9、t;, MessageBoxButtons.OK, MessageBoxIcon.Information); /Console.WriteLine(ex.Message); MessageBox.Show(ex.Message); finally DBHelper.connection.Close(); else MessageBox.Show("您輸入的學(xué)生在數(shù)據(jù)庫中沒有,請重新輸入", "輸入提示", MessageBoxButtons.OK, MessageBoxIcon.Information); private void AddScoreFor
10、m_Load(object sender, EventArgs e) string sql = "select gradeName from Grade" try SqlCommand command = new SqlCommand(sql, DBHelper.connection); DBHelper.connection.Open(); SqlDataReader reader = command.ExecuteReader(); while (reader.Read() string gradeName = (string)reader0; reader.Close
11、(); catch (Exception ex) MessageBox.Show(ex.Message); finally DBHelper.connection.Close(); string sql1 = "select SubjectName from Subject" try SqlCommand command = new SqlCommand(sql1, DBHelper.connection); DBHelper.connection.Open(); SqlDataReader reader = command.ExecuteReader(); while (
12、reader.Read() string subName = (string)reader0; reader.Close(); catch (Exception ex) MessageBox.Show(ex.Message); finally DBHelper.connection.Close(); private void cboGrade_SelectedIndexChanged(object sender, EventArgs e) if"") int gradeId = -1; string sql = string.Format("select Grad
13、eId from Grade where GradeName='0'", cboGrade.Text); SqlCommand command = new SqlCommand(sql, DBHelper.connection); try DBHelper.connection.Open(); SqlDataReader reader = command.ExecuteReader(); if (reader.Read() gradeId = (int)reader0; reader.Close(); catch (Exception ex) MessageBox.S
14、how("操作數(shù)據(jù)庫出錯"); Console.WriteLine(ex.Message); finally DBHelper.connection.Close(); sql = "SELECT ClassName FROM Class WHERE GradeId=" + gradeId; command.CommandText = sql; try DBHelper.connection.Open(); SqlDataReader reader = command.ExecuteReader(); string className = "&q
15、uot; while (reader.Read() className = (string)reader"ClassName" reader.Close(); catch (Exception ex) MessageBox.Show("操作數(shù)據(jù)庫出錯"); Console.WriteLine(ex.Message); finally DBHelper.connection.Close(); private void txtId_TextChanged(object sender, EventArgs e) UpdateScoreForm(更新成績窗體)保存按鈕代碼:DialogResult result = MessageBox.Show("確實要將修改保存到數(shù)據(jù)庫嗎?", "輸入提示", MessageBoxButtons.OK, MessageBoxIcon.Information); if (result = DialogResult.OK) SqlCommandBuilder builder = new SqlCommandBuilder(dataAdapter); dataAdapte
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 人教版九年級化學(xué)上冊自制第六單元課題4實驗活動2-二氧化碳實驗室制取與性質(zhì)(34張)
- 2019-2020學(xué)年高中數(shù)學(xué)第2章解析幾何初步2-3空間直角坐標系課件北師大版必修2
- 接待禮儀-素材-培訓(xùn)講學(xué)
- 教育學(xué)原理04-近現(xiàn)代高等教育發(fā)展、教師
- 2024年泰州職業(yè)技術(shù)學(xué)院高職單招數(shù)學(xué)歷年參考題庫含答案解析
- 2024年陽江市衛(wèi)校附屬醫(yī)院高層次衛(wèi)技人才招聘筆試歷年參考題庫頻考點附帶答案
- 二零二五年離婚房產(chǎn)分割與贍養(yǎng)義務(wù)協(xié)議3篇
- 二零二五版“汽車零部件銷售協(xié)議”英文翻譯
- 2024年江西醫(yī)學(xué)高等??茖W(xué)校高職單招職業(yè)技能測驗歷年參考題庫(頻考版)含答案解析
- 2024年江蘇安全技術(shù)職業(yè)學(xué)院高職單招職業(yè)技能測驗歷年參考題庫(頻考版)含答案解析
- 山東省濰坊市2024-2025學(xué)年高三上學(xué)期期末 地理試題(無答案)
- 勞動法培訓(xùn)課件
- 2025辦公室租賃合同范本電子版
- 2025版路燈維護保養(yǎng)及應(yīng)急搶修服務(wù)合同示例3篇
- 2025初級會計職稱《初級會計實務(wù)》全真考題及精準答案解析(3套)
- ISO 56001-2024《創(chuàng)新管理體系-要求》專業(yè)解讀與應(yīng)用實踐指導(dǎo)材料之6:“4組織環(huán)境-4.4創(chuàng)新管理體系”(雷澤佳編制-2025B0)
- 生活中的毒理學(xué)(衛(wèi)生毒理學(xué))智慧樹知到期末考試答案章節(jié)答案2024年寧波大學(xué)
- 【真題】2023年南京市中考語文試卷(含答案解析)
- 醫(yī)用冰箱溫度登記表
- 日有所誦(二年級)
- 明天會更好歌詞
評論
0/150
提交評論