Query İle delphide arama yapılmasını sağlayan kod(Query to search with the Delphi-Abfrage mit der Delphi-Suche-Delphiで検索するクエリ-Query di ricerca con la Delphi)
Query1.Sql.Clear;
Query1.Sql.Add('select * from Veritabanim where
Tablom nerede= :aranacak');
Query1.ParamByName('aranacak').AsString:=edit1.te
xt ;
Query1.open;
Hiç yorum yok:
Yorum Gönder