Subject | Re: Copying blob data (MB, Pdx) to IB |
---|---|
Author | mj@kom.auc.dk |
Post date | 2000-10-17T06:43:33Z |
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:
(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 andfeed it into a
> parameterized insert or update SQL command, depending on whetheryou already
> moved the other fields or not.you need to
> Using Delphi or BCB, it should be too difficult. After all,
> transfer the whole binary stream for every picture.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
> > data) to Interbase blob fields ?
> >
> > Thanks in advance,
> >
> > Michael
> >
> >
> > To unsubscribe from this group, send an email to:
> > IB-Conversions-unsubscribe@egroups.com
> >
> >
> >
> >