![]() |
sponsored links |
|
|
sponsored links
|
|
|
3
2nd June 06:40
External User
Posts: 1
|
Looking at the messages here, it seems to me that every time an
application accesses a SQLCE database, it needs to do so in exclusive mode. Is there any way around this? Is there a way for the file to be opened in shared mode? In the scenario I'm working within, we have an existing application from which I need to read a small amount of data. it's likely thatr this application will be running concurrentll with the one I'm writing. Unfortunately, I have no access to the source for that application, and any changes to it are completely out of the question. Reading that application's data is not a problem, provided that the application is not running. If it is running, the I expect that I'm going to need to trap the error and warn the users accordingly, but I would rather that the two applications simply play nicely together. Am I living in a dream world? -- g. Gary Stark gstark@RedbacksWeb.com http://RedbacksWeb.com |
|
|
|
5
2nd June 06:41
External User
Posts: 1
|
Looking at the messages here, it seems to me that every time an
application accesses a SQLCE database, it needs to do so in exclusive mode. Is there any way around this? Is there a way for the file to be opened in shared mode? In the scenario I'm working within, we have an existing application from which I need to read a small amount of data. it's likely thatr this application will be running concurrentll with the one I'm writing. Unfortunately, I have no access to the source for that application, and any changes to it are completely out of the question. Reading that application's data is not a problem, provided that the application is not running. If it is running, the I expect that I'm going to need to trap the error and warn the users accordingly, but I would rather that the two applications simply play nicely together. Am I living in a dream world? -- g. Gary Stark gstark@RedbacksWeb.com http://RedbacksWeb.com |
|