Hi
I'm trying to show a TBlobField in an TImage.
Following the advices you gave in others topics i did this:
procedure TForm1.Button1Click(Sender: TObject);
var
oStream : TBlobStream;
begin
oStream := nil;
try
OracleDataSet1IMAGEN.SaveToStream(oStream)...
Hi
I have the DOA 3.4.6.4 version installed and an Oracle 10g Dababase, but I still get the error "A query with LOB's requires OCI8 module, but OCI7 mode is used"
The database connection property UseOCI7 is set to False
Someone knows what can be wrong?
Thanks