ADOQ2.SQL.Text:='update items set (caption="'+caption+'",'+ 'count='+IntToStr(Count)+','+ 'group="'+Group+'",'+ 'status='+IntToStr(Status)+','+ 'username="'+Username+'") where ID='+frmAdd.id.Caption;