uniQuery ,sqlserver,image or binary field
Posted: 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
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