NicoVB Posted October 1, 2003 Posted October 1, 2003 I want to connect to a database which is in the directory of all my files??? Does it have to be in the "bin"-directory. And how do I call the path without having a problem afterwards when I try to distribute the application??? Quote Visit http://www.nico.gotdns.com Now ONLINE!
*Experts* mutant Posted October 1, 2003 *Experts* Posted October 1, 2003 If you want your database in the location of your executable, to fnd it then you could use Application.StartupPath to get the folder in which the executable is and then add the name of your db file and use that string as the location. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.