implant


  Aktif KonularAktif Konular  Forum Üyelerini GösterÜye Listesi  Forumu AraArama  YardımYardım
  Kayıt OlKayıt Ol  GirişGiriş
ASP / ASP.NET
 ASPTurkiye.com Forum : ASP / ASP.NET
Konu Konu: Kayıt Arama Sorunu Yanıt YazYeni Konu Gönder
An error occurred on the server when processing the URL. Please contact the system administrator.

If you are the system administrator please click here to find out more about this error.

Yazanlarda
Mesaj << Önceki Konu | Sonraki Konu >>
semantic
Yeni Üye
Yeni Üye


Kayıt Tarihi: 09-Ekim-2006
Ülke: Türkiye
Gönderilenler: 5
Gönderen: 06-Mayıs-2007 Saat 01:47 | Kayıtlı IP Alıntı semantic

Kodlar şöyle;

<% ara=Request.Querystring("kelime")

    Set baglanti=Server.Createobject("Adodb.Connection")
        baglanti.provider="Microsoft.Jet.Oledb.4.0"
        baglanti.open Server.Mappath("xxxxxx.mdb")

    sql="select * from sonuc where numara like '%"&ara&"%'"
   
    Set rs=baglanti.execute(Sql)

    if rs.eof then
        response.write "Kayıt Bulunamadı !!!"
    else
        do while not rs.eof
        %>

<%  response.write rs("adi_soyadi") %> ekrana yazdırıyorum


Sorun şu;
örneğin 19 arattığımda 119, 190, 191,192 ... gibi içinde 19 geçen bütün kayıtları buluyor.
Yukarı Dön Göster semantic's Özellikler Diğer Mesajlarını Ara: semantic