Subject | Re: [firebird-support] Firebird features info request. |
---|---|
Author | Ivan Prenosil |
Post date | 2005-12-07T09:45:37Z |
>> * An ability to store blobs on the disk file-system parallel toJust do not forget to build-in some restrictions into this UDF
>> store them in the db. This is to allow users to access the docs
>> stored without using the dbengine in case of system-panic. I
>> couldn't fine any blob-to-file udf. Anyone knows any?
>
> You will have to create your own UDF. There are some free UDF
> libraries with full source code that you can use to create your UDF.
(e.g. to limit it to only some specific directories, otherwise users could
overwrite system files etc.)
Ivan