string ConnectStr,SQLCommand,datetime;
string SQLCommand1,SQLCommand2,SQLCommand3,SQLCommand4,SQLCommand5,SQLCommand6,SQLCommand7,SQLCommand8,SQLCommand9;
string SQLCommand10,SQLCommand11,SQLCommand12,SQLCommand13,SQLCommand14,SQLCommand15,SQLCommand16,SQLCommand17,SQLCommand18;
\\local\日期时间纪录=\\local\$Date+" "+\\local\$Time;
ConnectStr="DSN=LCRL;UID=LCRL16;PWD=LCRL16;";
SQLCommand="insert into HTRDATA1002 Values('"+\\local\日期时间纪录+"',1161002,1,'"+\\local\日期时间纪录+"','"+\\local\浙报A区通讯状态+"','"+\\local\YCLX+"','"+\\local\浙报A区.一供污前压力+"','"+\\local\浙报A区.一供除后压力+"')";
insert into HTRDATA1007 Values('"+\\local\日期时间纪录+"',1161007,1,'"+\\local\日期时间纪录+"','"+\\local\湄河公寓通讯状态+"','"+\\local\YCLX+"','"+\\local\湄河公寓.一供污前压力+"')";
脚本中HTRDATA1002 ,HTRDATA1007是如何定义的,为何定义这样的数据:1161002,1, 1161007,1, 这两个数据又是依据什么定义的?请教各位师傅,多谢了。