Программирование и разработкаБазы данныхdbExpressВеб-приложения с dbExpress Веб-приложения с dbExpress Posted on 24.10.2025 by John '; while not SQLQuery1.Eof do begin Response.Content := Response.Content + '' + SQLQuery1.FieldByName('product_name').AsString + ''; SQLQuery1.Next; end; Response.Content := Response.Content + '