文件名称:电子试卷生成系统,哈哈哈哈
文件大小:1.72MB
文件格式:RAR
更新时间:2013-04-20 11:10:18
试卷 生成 系统
请在数据库中换上这组加密的数据吧 469e80d32c0559f8 那么密码就是admin888 我们一直在努力,更需要您的支持...... begin tianchong.SQL.Clear ; if (timu.Text <>'') and (xuana.Text <>'') and (xuanb.Text <>'') and (xuanc.Text <>'') and (xuand.Text <>'') then begin if kecheng.Text ='外语' then begin xk:='外语选择题库'; tianchong.SQL.Add('select * from 外语选择题库'); end else begin xk:='线性代数选择题库'; tianchong.SQL.Add('select * from 线性代数选择题库'); end; tianchong.Open; tino.Caption :=inttostr(tianchong.RecordCount+1); tianchong.SQL.Clear ; tianchong.SQL.Add('insert into '+xk+' (题号,题型,题目,选项A,选项B,选项C,选项D,正确答案,所属课程,是否选中) values(:no,:tx,:tm,:xa,:xb,:xc,:xd,:daan,:kecheng,'+''''+'false'+''''+')'); tianchong.ParamByName('no').AsString :=tino.Caption ; tianchong.ParamByName('tx').AsString :='选择题'; tianchong.ParamByName ('tm').AsString :=timu.Text ; tianchong.ParamByName ('xa').AsString :=xuana.Text ; tianchong.ParamByName ('xb').AsString :=xuanb.Text ; tianchong.ParamByName ('xc').AsString :=xuanc.Text ; tianchong.ParamByName ('xd').AsString :=xuand.Text; tianchong.ParamByName ('daan').AsString :=daan.text; tianchong.ParamByName ('kecheng').AsString :=kecheng.Text ; tianchong.ExecSQL ; //添加选择题 timu.Text :=''; xuana.Text :=''; xuanb.Text:=''; xuanc.Text:=''; xuand.Text:=''; timu.SetFocus ; if kecheng.Text ='外语' then