Re: LoadFromFile load error!
- From: "Fun Chang" <fun_chang@xxxxxxxx>
- Date: Mon, 30 May 2005 08:10:14 +0800
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?
.
- References:
- LoadFromFile load error!
- From: Fun Chang
- Re: LoadFromFile load error!
- From: Fun Chang
- Re: LoadFromFile load error!
- From: Guillem
- LoadFromFile load error!
- Prev by Date: SQLite table in DataGrid
- Next by Date: Re: LoadFromFile load error!
- Previous by thread: Re: LoadFromFile load error!
- Next by thread: Re: LoadFromFile load error!
- Index(es):
Relevant Pages
|