uniQuery ,sqlserver,image or binary field

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rockswj
Posts: 2
Joined: Thu 24 Feb 2011 06:16

uniQuery ,sqlserver,image or binary field

Post by rockswj » Thu 24 Feb 2011 06:29

sql2005:

procedure TForm1.Button1Click(Sender: TObject);
begin
uniQuery.Close;
uniQuery.Sql.Text := 'Select Top 1 * From T'
UniQuery1.Open;
end;
If Table T has Binary or image Field ,
click button1 over than 7 times will raise a error. access voilation

AndreyZ

Post by AndreyZ » Thu 24 Feb 2011 14:25

I cannot reproduce the problem. Please specify the following:
- the exact version of UniDAC. You can see it in the About sheet of TUniConnection Editor;
- the exact version of your IDE.

Post Reply