下載本文檔
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
DataGridView中的數(shù)據(jù)在文本中顯示作者:逆命之心實(shí)現(xiàn)汽車信息的查詢和編輯,可根據(jù)輸入的查詢條件進(jìn)行查詢,也可以僅輸入部分條件。單擊“汽車基本信息”中的汽車信息,將在“汽車詳細(xì)信息”中顯示汽車的詳細(xì)信息1.在數(shù)據(jù)庫中建一個(gè)表CaressinfocreatetableCarsInfo(Carldintprimarykeyidentity(1,1),Brandvarchar(50)notnull,--品牌Typevarchar(50)notnull,--型號Dischaargenumeric(18,1)notnull,--排量GearBoxvarchar(50)notnullcheck(GearBox=*手動(dòng)'orGearBox='自動(dòng)'orGearBox='手自一體'),--變速箱oilUsenumeric(18,1)notnull,--理論耗油Friceintnotnull--報(bào)價(jià))2.創(chuàng)建窗體
變速箱里的內(nèi)容為:不限,自動(dòng),手動(dòng),手自一體3.代碼//DataSet實(shí)例化,聲明SqlDataAdapter類型的dsaDataSetda=newDataSet();SqlDataAdapterdsa;〃聲明Select方法用于查詢publicvoidSelect()(this.da.Clear();〃品牌文本框(txtBrand),排量文本框(txtDischaarge),變速箱文本框(cmbGearBox)stringstr=this.txtBrand.Text.Trim();stringstr1二this.txtDischaarge.Text.Trim();stringstr2=this.cmbGearBox.Text.Trim();〃判斷各種查詢條件if(!str.Equals(〃〃)&&!str1.Equals(〃〃)&&!str2.Equals(〃〃))(stringSql="selectBrand,Type,Dischaarge,GearBox,FricefromCarsInfowhereBrand=+str+〃'andDischaarge='〃+str1+〃'andGearBox='〃+str2+〃'〃;dsa=newSqlDataAdapter(Sql,Dbhpler.con);dsa.Fill(da,"CarsInfo");this.dgv.DataSource=da.Tables["CarsInfo"];}if(!str.Equals("")&&str1.Equals("")&&str2.Equals(""))(stringSql="selectBrand,Type,Dischaarge,GearBox,FricefromCarsInfowhereBrand='"+str.〃,〃+ ;dsa=newSqlDataAdapter(Sql,Dbhpler.con);dsa.Fill(da,"CarsInfo");this.dgv.DataSource=da.Tables["CarsInfo"];}if(str.Equals("")&&!str1.Equals("")&&str2.Equals(""))(stringSql="selectBrand,Type,Dischaarge,GearBox,FricefromCarsInfowhereDischaarge='"+str1+"'";dsa=newSqlDataAdapter(Sql,Dbhpler.con);dsa.Fill(da,"CarsInfo");this.dgv.DataSource=da.Tables["CarsInfo"];}if(str.Equals("")&&str1.Equals("")&&!str2.Equals(""))(stringSql="selectBrand,Type,Dischaarge,GearBox,FricefromCarsInfowhereGearBox='"+str2+"'";dsa=newSqlDataAdapter(Sql,Dbhpler.con);dsa.Fill(da,"CarsInfo");this.dgv.DataSource=da.Tables["CarsInfo"];}if(!str.Equals("")&&!str1.Equals("")&&str2.Equals(""))(stringSql="selectBrand,Type,Dischaarge,GearBox,FricefromCarsInfowhereBrand='"+str+"'andDischaarge='"+str1+"'";dsa=newSqlDataAdapter(Sql,Dbhpler.con);dsa.Fill(da,"CarsInfo");this.dgv.DataSource=da.Tables[〃CarsInfo〃];}if(!str.Equals(〃〃)&&str1.Equals(〃〃)&&!str2.Equals(〃〃))(stringSql="selectBrand,Type,Dischaarge,GearBox,FricefromCarsInfowhereBrand='"+str+"'andGearBox='"+str2+"'";dsa=newSqlDataAdapter(Sql,Dbhpler.con);dsa.Fill(da,"CarsInfo");this.dgv.DataSource=da.Tables["CarsInfo"];}if(str.Equals("")&&!str1.Equals("")&&!str2.Equals(""))(stringSql="selectBrand,Type,Dischaarge,GearBox,FricefromCarsInfowhereDischaarge='"+str1+"'andGearBox='"+str2+"'";dsa=newSqlDataAdapter(Sql,Dbhpler.con);dsa.Fill(da,"CarsInfo");this.dgv.DataSource=da.Tables["CarsInfo"];}}privatevoidbtnOk_Click(objectsender,EventArgse)(〃調(diào)用Select方法Select();}//DataGridView的CellClick事件privatevoiddgv_CellClick(objectsender,DataGridViewCellEventArgse)(//當(dāng)前行intindex=e.RowIndex;DataTabletable=(DataTable)this.dgv.DataSource;//在文本框中加載所選中數(shù)據(jù)的信息this.txtBrand1.Text=table.Rows[index]["Brand"].ToString();this.txtDischaarge1.Text=table.Rows[index]["Dischaarge"].ToString();this.txtFrice.Text=table.Rows[index][〃Frice〃].ToString();this.txtType.Text=table.Rows[index][〃Type〃].ToString();this.cmbGearBox1.Text=table.Rows[index][〃GearBox〃].ToString();〃在數(shù)據(jù)庫中查找理論耗油的數(shù)據(jù)stringsql=string.Format(〃selectoilUsefromCarsInfowhereBrand='{0}'andDischaarge='{1}'andFrice={2}andType='{3}'andGearBox='{4}'〃,this.txtBrand1.Text,this.txtDischaarge1.Text,this.txtFrice.Text,this.txtType.Text,this.cmbGearBox1.Text);Dbhpler.con.Open(
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024鋪面租賃合同模板:適用于商業(yè)地產(chǎn)租賃3篇
- 二零二五年度鏟車租賃及運(yùn)輸配送服務(wù)合同2篇
- 二零二四醫(yī)療期間勞動(dòng)合同履行與員工職業(yè)規(guī)劃指導(dǎo)協(xié)議3篇
- 2024美團(tuán)外賣平臺(tái)商家合作合同版B版
- 2025年度工業(yè)用地承包租賃合同書3篇
- 2025年度標(biāo)準(zhǔn)夫妻離婚財(cái)產(chǎn)分割協(xié)議書3篇
- 2025年度勞動(dòng)合同試用期員工培訓(xùn)與發(fā)展計(jì)劃合同3篇
- 《辦公用房租賃合同》范本
- 二零二五年度智能化工程合同執(zhí)行與風(fēng)險(xiǎn)評估策略3篇
- 年度飛機(jī)及配件競爭策略分析報(bào)告
- 大學(xué)面試后感謝信
- 2022屆上海高考語文調(diào)研試測卷詳解(有《畏齋記》“《江表傳》曰…”譯文)
- SBT11229-2021互聯(lián)網(wǎng)舊貨交易平臺(tái)建設(shè)和管理規(guī)范
- 如何打造頂尖理財(cái)顧問團(tuán)隊(duì)
- 土壤農(nóng)化分析課件
- 小區(qū)大型團(tuán)購活動(dòng)策劃
- NEC(新生兒壞死性小腸結(jié)腸炎)92273
- 2023年租賃風(fēng)控主管年度總結(jié)及下一年展望
- 開關(guān)插座必看的七個(gè)安全隱患范文
- 高分子成型加工課件
- 消防救援-低溫雨雪冰凍惡劣天氣條件下災(zāi)害防范及救援行動(dòng)與安全
評論
0/150
提交評論