error: file already in use

Problem:

error: file already in use



Solution:

Error Type:

Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access 97 Driver] Couldn't use '(unknown)'; file already in use.


Solution:

>>This is a windows permission issue. This usually happens when you are trying to write to database through your web page. This means that the Internet Guest User account that is accessing the page doesn't have sufficient permissions to lock the database.

>>In this case you will need to sent a request at support@spani.in to set up the required permissions.

  • 0 Utilizadores acharam útil
Esta resposta foi útil?

Artigos Relacionados

get "SQL Server does not exist or access is denied" error when I tried to connect to MS SQL database on your server?

Problem: get "SQL Server does not exist or access is denied" error when I tried to connect to MS...

Connecting to MSSQL with out a DSN

Problem: Connecting to MSSQL with out a DSN Solution: * You can use the following string...

Opening the Database Folder in SQL Server Enterprise Manager 2000 Takes a Long Time

Problem: Opening the Database Folder in SQL Server Enterprise Manager 2000 Takes a Long Time...

I'm getting a strange error message: Operation must use an updateable query(error '80004005')?

Problem: I'm getting a strange error message: Operation must use an updateable query(error...

error: Too few parameters

Problem: error: Too few parameters Solution: error type:Microsoft OLE DB Provider for ODBC...