is this ok?
procedure TForm2.Button1Click(Sender: TObject);
begin
Query1.Open;
Query1.SQL.Clear;
// form1.Visible:=false;
//form2.Visible:=true;
Query1.SQL.Add('UPDATE "C:\Program Files\Common Files\Borland Shared\Database Desktop\WorkDir\example.db" SET "example".name:=p ');
Query1.Open;
Query1.SQL.Clear;
Form2.Query1.SQL.Add('Select * from "C:\Program Files\Common Files\Borland Shared\Database Desktop\WorkDir\example.db"');
end;
i like to update the name in the table.name is type A