D***u 发帖数: 189 | 1 My problem is my client application(Multithread Win32 program) will update my
local access database time to time. But at the same time my web
application(web site (asp)) will also access the same access database. So,
sometime two application will require to open it at the same time. Error
happen, one application will show that database is used, can't open it. Who
can tell me how to fix such problem?
Thank you very much. | h****e 发帖数: 204 | 2 config your access. set "open" as share ( or not exclusive)
【在 D***u 的大作中提到】 : My problem is my client application(Multithread Win32 program) will update my : local access database time to time. But at the same time my web : application(web site (asp)) will also access the same access database. So, : sometime two application will require to open it at the same time. Error : happen, one application will show that database is used, can't open it. Who : can tell me how to fix such problem? : Thank you very much.
|
|