hi
-
hi ""The Microsoft Jet database engine cannot open the file '\\software-11\Access\terminaldata.mdb'. It is already opened exclusively by another user, or you need permission to view its data. 12/14/2006 12:38:50 PM "" i m getting this error when i access mdb file from my window service,, i have accesss to that file ,, but in my service i get this exfeption can any body help me ,, thanks in advance -- modified at 6:59 Thursday 14th December, 2006 hello
hello
-
hi ""The Microsoft Jet database engine cannot open the file '\\software-11\Access\terminaldata.mdb'. It is already opened exclusively by another user, or you need permission to view its data. 12/14/2006 12:38:50 PM "" i m getting this error when i access mdb file from my window service,, i have accesss to that file ,, but in my service i get this exfeption can any body help me ,, thanks in advance -- modified at 6:59 Thursday 14th December, 2006 hello
hello
ghumman63 wrote:
i have accesss to that file
Does some other application have exclusive access to the file though?
Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos
-
hi ""The Microsoft Jet database engine cannot open the file '\\software-11\Access\terminaldata.mdb'. It is already opened exclusively by another user, or you need permission to view its data. 12/14/2006 12:38:50 PM "" i m getting this error when i access mdb file from my window service,, i have accesss to that file ,, but in my service i get this exfeption can any body help me ,, thanks in advance -- modified at 6:59 Thursday 14th December, 2006 hello
hello
Are you using access to access the access mdb while trying to access it with the application you are debugging. You have to close access to allow the application to access it.
Blog Have I http:\\www.frankkerrigan.com
-
Are you using access to access the access mdb while trying to access it with the application you are debugging. You have to close access to allow the application to access it.
Blog Have I http:\\www.frankkerrigan.com
-
ghumman63 wrote:
only my service is accessing this db ,, not any ohter application
Have you included Access itself as "any other application"?
Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos
-
ghumman63 wrote:
only my service is accessing this db ,, not any ohter application
Have you included Access itself as "any other application"?
Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos
-
Have you included Access itself as "any other application"? what does that mean ? i am sorry
hello
Have you got "Microsoft Access" accessing the db while your application is running ?
Blog Have I http:\\www.frankkerrigan.com
-
Have you got "Microsoft Access" accessing the db while your application is running ?
Blog Have I http:\\www.frankkerrigan.com
-
hi
-
hi ""The Microsoft Jet database engine cannot open the file '\\software-11\Access\terminaldata.mdb'. It is already opened exclusively by another user, or you need permission to view its data. 12/14/2006 12:38:50 PM "" i m getting this error when i access mdb file from my window service,, i have accesss to that file ,, but in my service i get this exfeption can any body help me ,, thanks in advance -- modified at 6:59 Thursday 14th December, 2006 hello
hello
ghumman63 wrote:
""The Microsoft Jet database engine cannot open the file '\\software-11\Access\terminaldata.mdb'. It is already opened exclusively by another user, or you need permission to view its data. 12/14/2006 12:38:50 PM "" i m getting this error when i access mdb file from my window service,, i have accesss to that file ,, but in my service i get this exfeption can any body help me ,, thanks in advance
There are two primary ways to open a connection to an MS Access database, first ‘shared’, second ‘exclusively’. If the database has been opened exclusively by someone else you will only be able to open a read only connection to it. Shared as implied allows for multiple connections to it. Your post(s) seem to indicate nothing else has an open connection to the database. What is your connection string? Does your service have permission to the file share & *.mdb file its self? MS Access also supports a primitive user roles schema. Have you modified the default “admin” role? The bottom line here is the error message your seeing is the result of some type of permissions issue, be it at the file level or in the database it self.
I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley: