W
wzb_shipman
Unregistered / Unconfirmed
GUEST, unregistred user!
s1:=zdbbrydja['zdbbid'];
s2:=zdbbrydja['userid'];
zdbbrccj.SQL.Clear;
str:='insert into zdbbrccj ';
str:=str+'(userid,zdbbid,date,km,cj)';
str:=str+' values ('''+s2+''',';
str:=str+s1+',''';
str:=str+datetostr(date)+''',''';
str:=str+flatcombobox3.Text+''',''';
str:=str+flatedit1.Text+''');';
showmessage(str);
zdbbrccj.SQL.Add(str);
zdbbrccj.ExecSQL;
s2:=zdbbrydja['userid'];
zdbbrccj.SQL.Clear;
str:='insert into zdbbrccj ';
str:=str+'(userid,zdbbid,date,km,cj)';
str:=str+' values ('''+s2+''',';
str:=str+s1+',''';
str:=str+datetostr(date)+''',''';
str:=str+flatcombobox3.Text+''',''';
str:=str+flatedit1.Text+''');';
showmessage(str);
zdbbrccj.SQL.Add(str);
zdbbrccj.ExecSQL;