Subject Re: [ib-support] LOAD EXTERNAL FILE FOR FIREBIRD BLOB
Author Martijn Tonies
Hi,

you do it from the client-side.

Basically, it comes down to this:

insert into mytable (col1, blobcol)
values (:myval, :myblob)

prepare the statement

ParamByName('myval').AsInteger := somevalue
ParamByName('myblob').LoadFromFile(mytextfile)

execute the statement

If this doesn't do it for you, search a little with Google.

Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com

Upscene Productions
http://www.upscene.com

"This is an object-oriented system.
If we change anything, the users object."


> I must load a text file into a blob.
> Can I Do it with udf.
> How Can I Do It
>
>
> Ibrahim Bulut
> Software Developer
> Republic of Turkey
>