Database invoking in an ASP program

xiaoxiao2021-03-06  108

Can't open Registry Keywords (8007000E) Microsoft Ole DB Provider for ODBC Drivers Error '8007000E'

[Microsoft] [ODBC Microsoft Access Driver] Common Error You cannot open the registry keyword 'Temporary (Volatile) Jet DSN for Process 0x11b4 Thread 0x1a4c DBC 0x9D34354 JET'.

1. Writing is not right when opening the database, the standard Access database calls:

"Driver = {Microsoft Access Driver (* .mdb)}; dbq =" & Server.mappath ("db.mdb")

2. Upload database files.

------------------------------------

General network errors. Check the network document (80004005) Microsoft OLE DB Provider for ODBC Drivers Error '80004005' [Microsoft] [ODBC SQL Server Driver] [TCP / IP Sockets] General Network Error. Please check the network documentation.

1. Database connection is incorrect, possible database name, server name error.

2. Database server restart.

------------------------------------

Can't use ''; file is already in use (80004005) Microsoft Jet Database Engine error '80004005'

Can't use ''; files are already in use.

1. Files may be occupied: upload, compression, packaging.

2. Possible program code forms a nested, repeated database call invoking files.

------------------------------------

Can't update. Database or objects must use a updatable query (80004005) Microsoft OLE DB Provider for ODBC Drivers Error '80004005'

[Microsoft] [ODBC Microsoft Access Driver] The operation must be used with an updateable query.

Microsoft OLE DB Provider for ODBC Drivers Error '80004005' [Microsoft] [ODBC Microsoft Access Driver] cannot be updated. Database or objects are read-only.

1. Database file permissions are not enough.

2. The file occupation space reaches the upper limit of the disk limit.

Workaround: (1) Check if "Write" permissions on the database folder or database file itself in IIS. (2) Check if you are in Win2000's resource manager, open all permissions on the website where the website is located. The specific method is to open my computer - find the folder of the website - right-right - Properties - Security, which is written here for the permissions written here. Note: If the system is XP, please click on the Supreme Tool - Folder Item - View - Remove the Tark-OK before using Simple File Sharing; the folder "Properties" dialog box will have an option.

------------------------------------

Data source name is not found and the default driver is not specified (80004005) Microsoft Ole DB Provider for ODBC Drivers Error '80004005'

[Microsoft] [ODBC Driver Manager] No data source name is found and the default driver is not specified

1. Using the ODBC connection database, the ODBC database is not configured on the server, modulate the standard call mode: "driver = {sql server}; database = dbname; server = srv; uid = user; PWD = PD" can be solved

转载请注明原文地址:https://www.9cbs.com/read-103309.html

New Post(0)