• 04-08-2010, 18:34:38
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Merhaba bende böyle bir hata alıyorum. Ne yapmam gerek ??

    Microsoft JET Database Engine error '80004005'

    Specify the table containing the records you want to delete.

    /apanel/urun.asp, line 6


    ----------------------kod-----------------

    <!--#include file="view.asp"-->
    <%if session("kull")="" or session("id")="" then response.Redirect("giris.asp")%>
    <%
    id=Request.QueryString("id")
    if id<>"" then
    bag.execute("delete*from (urun left join resim on resim.uid=urun.id) left join rezerve on rezerve.arac=urun.id where id="&id)
    response.Redirect("urun.asp")
    end if
  • 04-08-2010, 19:50:46
    #2
    Üyeliği durduruldu
    bu kod ile çoklu kayıtmı siliyorsun? ve veritabanı olarak ne kullanıyorsun.