Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> BLOB fields and Delphi 5

BLOB fields and Delphi 5

From: Jordi Sanmarti <JSanmarti_at_tss.com.pe>
Date: Fri, 13 Oct 2000 12:09:48 -0500
Message-Id: <10648.119213@fatcity.com>

        Hi,

	I'm trying to load a binary file into a blob field using delphi 5.
	I tried to define a different BlobTypes as : Memo, Blob, Cblob ...
at the delphi side.
	Unfortunatly, I've got an error telling me that the datatypes (at
both sides -> DB and Delphi)
	are incorrect. Apparently, the insert sql process is trying to
convert datatypes but got a problem during the insertion (wrong datatypes Hex and Binary).

        Does anyone knows how can I fix that problem? or Which type of field in Oracle, should I use for images (blob, long raw, raw(x) ...)?

        Thanks in advance, Received on Fri Oct 13 2000 - 12:09:48 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US