Jump to content

Microsoft Jet Database Engine Error '80004005'hata


Recommended Posts

Microsoft JET Database Engine error '80004005'

Could not find file 'D:\home\markatesciltpe.com\httpdocs\yönetim\veriler.mdb'.

/yönetim/Index.asp, line 9

Serverda Aldığım Hata Budur Line 9 Satırı Aşşağıdaki Gibidir Bütün Yazma İzinleri Açılmıştır.

Set indexrs_cmd = Server.CreateObject ("ADODB.Command")
indexrs_cmd.ActiveConnection = MM_veriler_STRING
indexrs_cmd.CommandText = "SELECT * FROM uyeler"
indexrs_cmd.Prepared = true
Link to comment
Share on other sites

Connection Kısmında tescil.asp Dosyasındamı Bi Hata Veya

geçerli bir yol deðil.

Set Recordset1_cmd = Server.CreateObject ("ADODB.Command")
HATA BURASI-----Recordset1_cmd.ActiveConnection = MM_tescil_STRING
Recordset1_cmd.CommandText = "SELECT * FROM ana"
Recordset1_cmd.Prepared = true

Yolun doðru yazýldýðýndan ve dosyanýn bulunduðu sunucuya baðlý olduðunuzdan emin olun.
Hatası Alıyorum SERVERDA

AMA Site İçin Yaptığım Yönetim Panelim Çalışıo.....
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
'Dim MM_tescil_STRING
'MM_tescil_STRING = "dsn=markam;"
Dim MM_tescil_STRING
MM_tescil_STRING = "Provider=Microsoft.Jet.Oledb.4.0; data Source=" & Server.MapPath("../yonetim/veriler.mdb")
%>

Ayrıca SERVER Da Değilde Localhostta Çalıştırdığımda Kullanılan KOD Bu Bu Kod İle Sorunsuz Çalıştırıorum Her Şeyi....
Ama SERVERDA SAPITIO....

Dim MM_tescil_STRING
MM_tescil_STRING = "dsn=markam;"

Edited by CTIRTIR
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...