tsvika_t
has asked for the wisdom of the Perl Monks concerning the following question:
Hi, can you please give me an exaple on how to write into a blob data type? I'm using the DBD::Informix module. Thanks. Tsvika
Comment on
blob data type
Replies are listed 'Best First'.
Re: blob data type
by
t0mas
(Priest)
on Jan 10, 2001 at 19:35 UTC
You can have a look in the t directory of the installation package. This is where the installation test files are located. (They are run when you do a
make test
.) The files t72blob.t - t76blob.t are fine examples.
This
mail also explains how.
/brother t0mas
[reply]
Back to
Seekers of Perl Wisdom