Re: Saving JPEG images to images field in SQL2000 with ADODataSet



Yes, that's right ,
I used TDBImage component to display the picture from image field type in
SQL 2000.
If a TDBImage component can not display a JPEG , should I use TImage
component as a subtitute of TDBImage?
And how to display the image from image field type in SQL 2000 if I use
TImage?

Thanks

Wira


"Brian Bushay TeamB" <BBushay@xxxxxxxxx> wrote in message
news:h11492969jvmm9e03drm7no9cppt9gfgeo@xxxxxxxxxx

I'm Using D5 and SQL2000 for database.
One of my tables in SQL2000 have an image field type for saving picture ,
the problem is when I want to save JPEG images into my table always
appear
error message "Bitmap image is not valid".

With that error my guess is that you are trying to display the bitmap
using a
TdbImage field. A tdbImage field can only display a bitmap
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx


.



Relevant Pages

  • Re: Saving JPEG images to images field in SQL2000 with ADODataSet
    ... I used TDBImage component to display the picture from image field type in ... SQL 2000. ... If a TDBImage component can not display a JPEG, ...
    (borland.public.delphi.database.ado)
  • Re: Saving JPEG images to images field in SQL2000 with ADODataSet
    ... I used TDBImage component to display the picture from image field type in ... If a TDBImage component can not display a JPEG, ...
    (borland.public.delphi.database.ado)
  • Re: OLEs and BLOBs
    ... Well if you are going to an ADP you are going to use SQL right? ... if so the image field type is what you are looking for. ... Dim adoDocument As New ADODB.Recordset ... Dim mStream As ADODB.Stream ...
    (microsoft.public.access.modulesdaovba)
  • SQL Mobile Bitmap Bug or Me?
    ... Hi I've just upgraded and app from SQL CE 2.0 to SQL Mobile. ... ImageBlob < image field type ...
    (microsoft.public.sqlserver.ce)