
14.11.2011, 06:58
|
 |
Местный
|
|
Регистрация: 09.08.2011
Адрес: г.Сургут, ХМАО
Сообщения: 453
Репутация: 7402
|
|
Код:
ADOQ2.SQL.Text:= ' update items set '+
' caption = '+QuotedStr(caption)+
', count = '+inttostr(count)+
', group = '+QuotedStr(group)+
', status = '+inttostr(status)+
', username = '+QuotedStr(Username)+
' where id = '+frmAdd.id.Caption;
__________________
Google в помощь
|