S
super-ljc
Unregistered / Unconfirmed
GUEST, unregistred user!
if getztrec > 0 then<br> begin<br> sqlstr := 'insert into zt';<br> sqlstr := sqlstr + ' (rq,ztname,useunit,datapath)';<br> sqlstr := sqlstr + ' values (#';<br> sqlstr := sqlstr + datetostr(now) + '#,';<br> sqlstr := sqlstr + '"' + filename + '",';<br> sqlstr := sqlstr + '"' + txt + '",';<br> sqlstr := sqlstr + '"' + getdatadirectory + '"';<br><br> adoc.Connected := false;<br> adoc.ConnectionString := constr;<br> adoc.Connected := true;<br> adoc.Execute(sqlstr);<br> end;