Re: LoadFromFile load error!



Yes,it is MDAC 2.8

Maybe I resloved this problem :

// Data.q_tkIMAGEDATA.LoadFromFile(filename);
bs:=TAdoBlobStream.Create(Data.q_tkIMAGEDATA,bmWrite);
bs.LoadFromFile(e_dir.Text+FileArray[I]);
bs.Free;
Data.q_tk.Post;

(*
bs : TAdoBlobStream;
*)

All files is OK!

So I think there maybe some wrong with ADOBlob.

I report this bug on Quality Center

http://qc.borland.com/wc/qcmain.aspx?da=4964


"Guillem" <guillemvicens-nospam@xxxxxxxxxxxxxxxxxx> дÈëÓʼþ
news:4296e912@xxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> not sure but seems more a MDAC problem than a Delphi problem. Don't forget
> that the Delphi ADO components are wrappers around Microsoft's own ADO.
Have
> you MDAC 2.8 installed?


.



Relevant Pages