在连接数据库的时候出现以下错误,是什么问题?
不能使用 '';文件已在使用中。 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.OleDb.OleDbException: 不能使用 '';文件已在使用中。Source Error: 
Line 13:  dim objDataReader as oledbDataReader
Line 14: 
Line 15:  objConnect.open()
Line 16:  objDataReader = objCommand.executeReader()
Line 17: