المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Error: "Could not use"file name"; file already in use."



C# Programming
02-07-2011, 01:00 AM
Hi.
My goal is:
I wont to create for every user his private data base, thus after I've received his user name I create an accdb file for him, connect to this data base and create tables.
The problem:
after I create the file it won't connect to it, it throws an exception at line :DataBaseManager.conn.Open();, says that the file already in use.
Help please, thanks.