Hello all,
Im packaging my project with my database sitting in Apppath\data\db.mdb.
For the connection string, I'm using the server's name with the path of my .mdb file. eg. '\\machine1\c\vb\data\insurance.mdb'
If the installation is installed in another machine, then, my code won't work because of the wrong server path (\\machine1).
To make my connection string general what should be done??

Thanx in advance