Subject | Re: [firebird-support] Store zip files in Datafiles |
---|---|
Author | Martijn Tonies |
Post date | 2008-01-25T13:42:59Z |
Hi,
(..., 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
> Is it possible to store Zip files in datafiles in blob fields as aIt certainly is.
> binary object.
> I want to used it to store report files and updated programs in theA matter of creating a parameterized statement (eg: INSERT INTO ..
> database to possibly update client software
>
> Possible?
>
> Some Examples floating?
(..., 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