http 500 iç sunucu hatası alıyorum
'Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
/sayac/sayan.asp, line 15' sanırım sayan asp nin 15. satırında sorun varmış ben çözemedim
bir yardımcı olurmusunuz
<%
Dim gun,ay,yil,toplamgunluk
gun=day(Date)
ay=month(Date)
yil=year(Date)
Set ekle = Server.CreateObject ("ADODB.RecordSet")
sql = " Select * from gunluk where gun = "&gun&" and ay="&ay&" and Sene="&yil&" "
ekle.open sql,yol,1,3
If ekle.recordcount = 0 Then
ekle.addnew
ekle("gun")=gun
ekle("ay")=ay
ekle("Sene")=yil
ekle("toplam")=ekle("toplam")+1
ekle.update
ekle.close
set ekle=nothing
Set rs = Server.CreateObject ("ADODB.RecordSet")
sql = " Select * from istatistikler "
rs.open sql,yol,1,3
ip=request.servervariables("remote_addr")
gonderen=request.servervariables("http_referer")
tarih=date
saat = Now()
saat = FormatDateTime(saat,4)
rs.addnew
rs("ip")=ip
rs("gonderen")=gonderen
rs("tarih")=tarih
rs("saat")=saat
rs.update
rs.close
set rs=nothing
Set toplam = Server.CreateObject ("ADODB.RecordSet")
sql = " Select * from sayac "
toplam.open sql,yol,1,3
toplam("toplam")=toplam("toplam")+ 1
toplam("bugun")=toplam("bugun")+1
toplam.update
toplam.close
Else
ekle.update
If session("oturum")<>"ziyaret" then
ekle("toplam")=ekle("toplam")+1
Set rs = Server.CreateObject ("ADODB.RecordSet")
sql = " Select * from istatistikler "
rs.open sql,yol,1,3
ip=request.servervariables("remote_addr")
gonderen=request.servervariables("http_referer")
tarih=date
saat = Now()
saat = FormatDateTime(saat,4)
rs.addnew
rs("ip")=ip
rs("gonderen")=gonderen
rs("tarih")=tarih
rs("saat")=saat
rs.update
rs.close
set rs=nothing
Set toplam = Server.CreateObject ("ADODB.RecordSet")
sql = " Select * from sayac "
toplam.open sql,yol,1,3
toplam("toplam")=toplam("toplam")+ 1
toplam("bugun")=toplam("bugun")+1
toplam.update
toplam.close
else
ekle("toplam")=ekle("toplam")
end if
ekle.update
ekle.close
set ekle=nothing
End If
session("oturum")="ziyaret"
session.timeout=60
%>
aspo sayfa hatası
OP Yıllanmış Üye
Teşekkür Sayısı: 0
140 mesaj
Kayıt Tarihi:Kayıt: May 2008
"Cannot update. Database or object is read-only. "
buraya kadar yazacağınıza hata kodunu nette aratsanız yığınla sonuç çıkardı :)
Türkçesi: Güncellenemedi. Veritabanı yada nesne salt okunur.
Bu hatayı almanın sebebi şu: mdb dosyası yazmaya karşı korumalı. Host aldığın yere söyle bu dosyaya yazma izni versinler ;)
OP Yıllanmış Üye
Teşekkür Sayısı: 0
140 mesaj
Kayıt Tarihi:Kayıt: May 2008
tşkler sagolun asp çok bilmediğimden takıldım
OP Yıllanmış Üye
Teşekkür Sayısı: 0
140 mesaj
Kayıt Tarihi:Kayıt: May 2008
pcmaker yanlız okuma yazma izni veridm cpanelden ama gene aynı hatayı veriyor __????? neden