var
 atTable:TADOTable;
begin
  atTable:=TADOTable.Create(nil);
  atTable.ConnectionString:='Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=YourDataBase;Data Source=Your IP Address'
  atTable.Name:='Product';
  atTable.Active:=true;
  AtTable.Active:=false;
  //Your code here
  atTable.free;
end;要注意的是,许多控件必须指定其Parent属性,如Label.