Hi Guys,
I'm getting ready to release my first build of an application that i have designed and have a question in regards to the database that i have integrated.
In my application i have included a database in which the connection string is hard coded for the path to the database such as X:/Vbnet Projects/my project/database.mdb
My question is upon deployment it will most likely be installed in C:/Program Files/MyApp
is it proper for me to just change the connection string to the manual installation path or is there a way to automate the path. I know upon installation the user has the ability to select their own installation path, how do i account for that?
Thanks in advance.
I'm getting ready to release my first build of an application that i have designed and have a question in regards to the database that i have integrated.
In my application i have included a database in which the connection string is hard coded for the path to the database such as X:/Vbnet Projects/my project/database.mdb
My question is upon deployment it will most likely be installed in C:/Program Files/MyApp
is it proper for me to just change the connection string to the manual installation path or is there a way to automate the path. I know upon installation the user has the ability to select their own installation path, how do i account for that?
Thanks in advance.