Windows应用程序和ms访问和数据库。
问题描述:
我使用.net创建了Windows应用程序,数据库是msaccess。该应用程序将安装在5个用户系统中。如果用户A更改了任何应该影响其他系统msaccess文件的内容。所有系统都通过Lan连接。
如何实现这一目标?
问候
Saicharan。
I have created windows application using .net and database is msaccess. that application will be installed in 5 user systems. if User A changes any thing that should also affect on other system msaccess file. All the systems are connected through Lan.
How to make that possible??
Regards
Saicharan.
答
将MSAccess数据库存储在一个位置。
由于所有应用程序都通过LAN连接,因此应该能够在这一个中心位置更新MS Access数据库。
Store the MSAccess database in one location.
Since all applications are connected over LAN, they should able to update the MS Access database at this one central location.