Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: Problem in Connecting to ACCESS database in Win2K Server


Message #1 by "David Yee" <david@r...> on Sat, 13 Oct 2001 14:14:49 +0800
I have encounter this problem when trying to connect to a MS Access Database

in Win2K Server.

The same code is able to work on Win2K Professional, WinNT and Win98 but not

in Win2K.



It keep saying the file is already being open by a user 'admin' . Can

someone please advice me

how to manage this problem.... Thanks.



Error Type:

Microsoft OLE DB Provider for ODBC Drivers (0x80004005)

[Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file

already in use.

/Classmates/Connections/classmates.asp, line 4



Message #2 by walter@w... on Sat, 13 Oct 2001 11:39:27
You have open your access DB. Close it and it will work

  Return to Index