Error Description: Tips "You cannot open the Registry Keyword" when you run the database operation in the ASP program. Error Cause: NuBL write permissions. The 2003 domain owner's ISUR user belongs to the UserS group, and the User group defaults to the database only read permissions. Solution: Set the authority for the database. Error Description: Microsoft OLE DB Provider for ODBC Drivers Error '80004005'
[Microsoft] [ODBC Microsoft Access Driver] Common Error You cannot open the registry keyword 'Temporary (Volatile) Jet DSN for Process 0x920 Thread 0xD74 DBC 0x14F7A8C JET'. Error Cause: This is because you use the Access97 database, we use the Win2K Access2000 driver, this is not very compatibility with Access 97, sometimes unstable. Solution: Connect the ODBC to the OLEDB connection. Or use Access 2000 to open your database, save as a file, then upload this file to the server overwritten the original database. MM_MOVIE1_STRING = "driver = {Microsoft Access Driver (* .mdb)}; dbq =" & Server.mappath ("../ db1.mdb") mm_gnews_string = "provike = microsoft.jet.OleDb.4.0; data source = C : /Web/admin/gold.mdb "mm_gnews_string =" provider = microsoft.jet.Oledb.4.0; data source = "& server.mappath (" db.mdb ")"