<html>
<head>
<**** http-e****="*******-Type" *******="text/html; charset=windows-1254">
</head>
<body>
<FORM action=sil.asp method=post>
İsim : <INPUT maxLength=25 size=25 name=ad>
<INPUT type=submit value="Gönder">
</body>
</html>
sil.asp
<html>
<head>
</head>
<body>
<%
adD = Request.Form ("ad")
soyadD = Request.Form("soyad")
Set KaydetConn = Server.CreateObject("ADODB.Connection")
KaydetConn.open = "Provider=Microsoft.Jet.Oledb.4.0;data source="& Server.MapPath("db.mdb") &";"
sqlkod= " delete from tablo_adi where ad = '"&adD&"' "
KaydetConn.execute sqlkod
response.write "Kayıt tamamlandı"
%>
</body>
</html>
Kayıt Silme
Kayıt Silme
Konuyu Okuyanlar: 1 Ziyaretçi
![[Resim: 114ld.jpg]](http://b1112.hizliresim.com/s/c/114ld.jpg)