标签: asp.net vb.net ms-access
我在vb.net中创建一个Windows应用程序,在网络服务器上有一个中央数据库
如何在vb.net中映射服务器路径。
此致 MEGHA
答案 0 :(得分:0)
您可以将路径保存在注册表中或保存在应用程序文件夹中的.udl文件中。
对于注册表方式show:VB.net registry
以下是VB.net中OLEDB Connections的tutorial 教程