-
I have installed a vbpackage in a machine.When i try to run it from network it is not working since the database can't be opened.App.path="c:\.......".When I run this from another machine the path is different right? Can you help me?
Any other method to solve this problem?
-
Hello ajitha,
When you are running your application on the network, the database must be on the network.
If you want the database local, you don't need a network!
Nice regards,
Michelle.
-
another option
you could use the reg to store the location for your app.
use the savesettings and getsetting to store and retrieve the database path.
to find out where the database's are kept onthe network use a input box or create your on dialog screen.