Page 1 of 1

Trial period expired?

Posted: Fri 01 Jul 2016 02:16
by Eden0928
I download the VirtualDAC at today.

Code: Select all

procedure TForm1.Button1Click(Sender: TObject);
var
  LSum: Integer;
begin
  VirtualQuery1.SQL.Text := 'SELECT sum(salary) from ClientDataSet1';
  VirtualQuery1.Open;
  LSum := VirtualQuery1.Fields[0].AsInteger;
end;
Trial tell me "Trial period expired".

Do not trial?

Re: Trial period expired?

Posted: Fri 01 Jul 2016 10:33
by AlexP
Hello,

We have already fixed this problem and reloaded VirtualDAC. Please download VirtualDAC again.

Re: Trial period expired?

Posted: Sat 02 Jul 2016 06:18
by Eden0928
AlexP wrote:Hello,

We have already fixed this problem and reloaded VirtualDAC. Please download VirtualDAC again.
OK, I can trial. Thx!

But, I get the EAccessViolation when close exe in runtime.
The last error message is "Runtime error 216 at 0040527E".

My PC Environment:
Windows XP pro
Delphi XE update 1

Re: Trial period expired?

Posted: Mon 04 Jul 2016 05:50
by AlexP
Thank you for the sample. We have reproduce the issue and will investigate the reasons for such behavior.