数据库连接出现问题~~求高手
图片上传很久都上传不了,,改成文字~
未附加数据库时运行程序错误:
错误	1	Unable to copy file "F:\BookStore\BookStore\Data\BookStore.mdf" to "bin\Debug\Data\BookStore.mdf". 未能找到文件“F:\BookStore\BookStore\Data\BookStore.mdf”。	BookStore
错误	2	Unable to copy file "F:\BookStore\BookStore\Data\BookStore_log.ldf" to "bin\Debug\Data\BookStore_log.ldf". 未能找到文件“F:\BookStore\BookStore\Data\BookStore_log.ldf”。	BookStore
附加后数据库时运行程序错误:
错误	1	Unable to copy file "F:\BookStore\BookStore\Data\BookStore.mdf" to "bin\Debug\Data\BookStore.mdf". 文件“F:\BookStore\BookStore\Data\BookStore.mdf”正由另一进程使用,因此该进程无法访问该文件。	BookStore
错误	2	Unable to copy file "F:\BookStore\BookStore\Data\BookStore_log.ldf" to "bin\Debug\Data\BookStore_log.ldf". 文件“F:\BookStore\BookStore\Data\BookStore_log.ldf”正由另一进程使用,因此该进程无法访问该文件。	BookStore
怎么提示被使用中????
              
------解决方案--------------------你贴的这些代码没用,你自己查查,在发生这个错误之前,你是否用代码进行了数据库连接,将数据库打开了。