I am creating a windows application in vb.net with a central database on an network Server
How to map the server path in vb.net.
Regards Megha
I am creating a windows application in vb.net with a central database on an network Server
How to map the server path in vb.net.
Regards Megha
You could save the Path in registry or an .udl file saved in your application folder.
For registry way show: VB.net registry
Here is a tutorial tutorial for OLEDB Connections in VB.net