Subject Re: Copying blob data (MB, Pdx) to IB
Author mj@kom.auc.dk
Does this mean:

(1) I need to find the original .gif files (which currently seems to
be the only supported format by Paradox)

(2) Write e.g. a c program with embedded sql statements
(based on, declare cursor etc ...)

(3) Preprocess it with gpre

(4) Compile it (e.g. with gcc)

to transfer a BLOB? I hoped that some existing software could cope
with this - but that is not the case or ??

I'm going to use the BLOBs from Paradox through the BDE (if
possible). Are there any limitations from BDE (e.g. on segment length
<= 255) that I should know of ? Do Paradox run with a fixed segment
length ?

Thanks in advance,

Michael





--- In IB-Conversions@egroups.com, "Claudio Valderrama C."
<cvalde@u...> wrote:
> I think you could simply load the BLOB from the source and
feed it into a
> parameterized insert or update SQL command, depending on whether
you already
> moved the other fields or not.
> Using Delphi or BCB, it should be too difficult. After all,
you need to
> transfer the whole binary stream for every picture.
>
> C.
>
> > -----Original Message-----
> > From: Michael Bohl Jenner [mailto:mj@k...]
> > Sent: Martes 3 de Octubre de 2000 10:03
> >
> > Dear Group,
> >
> > Any hints on how to move data from .mb (Paradox files for binary
picture
> > data) to Interbase blob fields ?
> >
> > Thanks in advance,
> >
> > Michael
> >
> >
> > To unsubscribe from this group, send an email to:
> > IB-Conversions-unsubscribe@egroups.com
> >
> >
> >
> >