Subject Re: [firebird-support] Store zip files in Datafiles
Author Martijn Tonies
Hi,

> Is it possible to store Zip files in datafiles in blob fields as a
> binary object.

It certainly is.

> I want to used it to store report files and updated programs in the
> database to possibly update client software
>
> Possible?
>
> Some Examples floating?

A matter of creating a parameterized statement (eg: INSERT INTO ..
(..., myblobcolumn, ...) VALUES (..., :MyBlobValue, ... )

and then loading the blob into the parameter, then execute the statement.

Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com