Pozdrav,
ima više načina i komponenti, ali mogao bi ovako, pomoću ADO:
Code:
ADOQuery.Close;
ADOQuery.SQL.Clear;
ADOQuery.SQL.Add('SELECT * FROM Tabela WHERE Neki_Atribut =' +QuotedStr(Edit1.Text));
ADOQuery.Open;
If you go out of your mind, do it quietly, so as not to disturb those around you...