• 为什么这样的语句可以运行


    难道程序自动进行了隐式的类型转换吗?把Str换成 Int      

        sql.Add('insert into  T_Tem(HBillCode,Data,Type,LingLiaoNum,Style,ColorCode,'+
              'CustName,Number,Maker,Sender,Reciever,Zu,ZhiWuType,Checker,Time,Temperature)'
                      + 'values (:a,:b,:c,:d,:e,:f,:g,:h,:i,:j,:k,:l,:m,:n,:o,:p)');
              parameters.ParamByName('a').Value:=lblBillCodeH2.Caption;
              parameters.ParamByName('b').Value:=lblDateH2.Caption;
              parameters.ParamByName('c').Value:='高温';
              parameters.ParamByName('d').Value:=edtJiaLiaoH.Text;
              parameters.ParamByName('e').Value:=edtZhiBieH.Text;
              parameters.ParamByName('f').Value:=edtColorH.Text;
              parameters.ParamByName('g').Value:=cbbCustNameH.Text;
              parameters.ParamByName('h').Value:=edtNumH.Text;
              parameters.ParamByName('i').Value:=edtZhiBiaoH.Text;
              parameters.ParamByName('j').Value:=edtFaLiaoH.Text;
              parameters.ParamByName('k').Value:=edtLingLiaoH.Text;
              parameters.ParamByName('l').Value:=edtGroupH.Text;
              parameters.ParamByName('m').Value:=edtZhiWuPinZhongH.Text;
              parameters.ParamByName('n').Value:=edtFuHeH.Text;
              parameters.ParamByName('o').Value:=edtTimeH.Text;
              parameters.ParamByName('p').Value:=edtTemH.Text;

  • 相关阅读:
    处理键盘弹出
    纯手码自动布局
    ios 随机色 宏定义
    linux下自定义pid实现任意数据采集
    http://blog.chinaunix.net/uid-9845710-id-1996675.html snmpd配置
    http://www.360doc.com/content/10/0928/12/11991_57014502.shtml
    pingall脚本
    http://lihuipeng.blog.51cto.com/3064864/643960
    elf 文件
    php中获取周几的方法
  • 原文地址:https://www.cnblogs.com/ljjphysics/p/2111076.html
Copyright © 2020-2023  润新知