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