三、綜合應(yīng)用(1小題,計30分)
考生文件夾下的gnht.dbf是一個合同管理表文件,其中部分字段的含義是: HTH(合同號)、DHDW(訂貨單位)、GHDW(供貨單位)、JHSL(訂貨數(shù)量)。
編寫程序progzh.prg分別統(tǒng)計訂貨單位數(shù)、供貨單位數(shù)、訂貨總數(shù),并將結(jié)果填寫到j(luò)ieguo.dbf(在考生目錄下已經(jīng)存在)表文件中。
說明:以上命令文件必須執(zhí)行,并產(chǎn)生所要求的結(jié)果。
解答:progzh.prg的代碼為:
sele count(dist dhdw) from gnht into array a
sele count(dist ghdw) from gnht into array b
sele sum(jhsl) from gnht into array c
update jieguo set num=a where name="訂貨單位數(shù)"
update jieguo set num=b where name="供貨單位數(shù)"
update jieguo set num=c where name="訂貨總數(shù)"
附:本題相關(guān)表
相關(guān)推薦:
2010年9月計算機等級考試沖刺備考指導(dǎo)專題 2010全國計算機等級考試二級VF輔導(dǎo)筆記匯總
免費版:2010計算機等考二級VF考前沖刺題匯總 2010年計算機等級考試二級公共基礎(chǔ)知識教程