مرجع خطاهای ASP کلاسیک - 1 (10 خطای 80004005)


در بخش اول از سری مقالات معرفی خطاهای رایج در زبان برنامه نویسی کلاسیک به معرفی 10 خطا از سری خطاهای 80004005 می پردازیم. این خطاها عبارتند از :

  • Couldn't use '(unknown)'; file already in use.
  • The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data.
  • Could not find file 'xxxxxx'.
  • Operation must use an updateable query.
  • Cannot update. Database or object is read-only.
  • Cannot open database '(unknown)'. It may not be a database that your application recognizes, or the file may be corrupt.
  • Unrecognized database format '.MDB'
  • Expecting string input
  • The function expects a string as input.
  • Missing close of script delimiter /.asp, line The Script block lacks the close of script tag (%>).  

به يوزر IUSR_ پوشه محل ذخيره بانک اطلاعاتي دسترسي کامل (Full Control) دهيد. (براي مشاهده نحوه انجام اين کار به اولين پست همين تاپيك مراجعه کنيد.)
در صورتي که برنامه شما در سرور محلي (Local Web Server) اجرا مي شود، مطمئن شويد که Share Permissions دسترسي کامل (Full Control) داشته باشد.