how to save a zip-file in the blob-field (yes, I know that it’s better not to do this, but you still have to). If in brief, you need to upload one small archive in the blob-field in the Firebird database. As far as I remember, this is done through a stream, like even through BlobStream, but I don’t remember exactly. You can show as an example or show.

  • through the streams. on ibase.ru have a look - cavinc
  • Gave an answer to a similar question here , may the information come in handy - androschuk

1 answer 1

DataSet.Append; // или Edit - Открыть датасет для редактирования TBlobField(Dataset.FieldByName('Имя вашего поля')).LoadFromFile('Полное имя вашего файла'); DataSet.Post; // Сохранить изменения