with ADOQuery1 do begin SQL.Clear; SQL.Add('INSERT INTO Bolgeler(BolgeAdi) VALUES(:BolgeAdi)'); Parameters[0].Value := Edit1.Text; ExecSQL; end;