Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Pictures in Oracle
Try using the raw (long raw) data-type.
Consider using oralce8 because it has new data types just for these things: LOBS
(blobs,clobs)
If u can't have oralce8 for this consider keeping the pictures out of the
database and only a reference inside.
Anthony D'Cruze wrote:
> Hi All,
>
> I am currently putting together an application in Delphi 2 using Oracle
> 7.33. I need to be able to store images (bmps) and allow the user to browse
> through them on a Delphi form.
>
> Can anyone point me in the right direction?
>
> Thanks in advance.....................
> Anthony D'Cruze
Received on Sun Nov 01 1998 - 16:59:59 CST
![]() |
![]() |