cannot convert type

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
devart001
Posts: 23
Joined: Wed 02 Apr 2014 09:13

cannot convert type

Post by devart001 » Wed 02 Apr 2014 09:19

UniDAC 最新版 5.2.7报错,连库sqlite


procedure TForm1.Button2Click(Sender: TObject);
var
ak:TFileStream;

begin
ak:=TFileStream.Create(ExtractFileDir(application.ExeName) + '\Water lilies.jpg',fmOpenRead);
utable1.Edit;
TBlobfield(utable1.FieldByName('picture')).loadfromStream(ak);
utable1.Post;
ak.Free;
end;

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: cannot convert type

Post by AlexP » Wed 02 Apr 2014 11:41

Hello,

Thank you for the information. We have already fixed this problem. The fix will be included to the next version.

devart001
Posts: 23
Joined: Wed 02 Apr 2014 09:13

Re: cannot convert type

Post by devart001 » Thu 03 Apr 2014 01:47

AlexP wrote:Hello,

Thank you for the information. We have already fixed this problem. The fix will be included to the next version.
What time is the next version?
I come from china,I want your help.thank you.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: cannot convert type

Post by AlexP » Thu 03 Apr 2014 06:53

We plan to release the next build this month.

devart001
Posts: 23
Joined: Wed 02 Apr 2014 09:13

Re: cannot convert type

Post by devart001 » Thu 10 Apr 2014 01:20

Give the exact time of it, has been waiting for
thanks.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: cannot convert type

Post by AlexP » Thu 10 Apr 2014 10:12

We plan to release the new version after the 20th, this month

Post Reply