vanillah89
New member
- Joined
- Jun 10, 2015
- Messages
- 1
- Programming Experience
- Beginner
I am working on a project and I am trying to allow the user to change the database location through the options menu. It worked for a xml file but I cant get it to work with a database.
How would I get the code to work like this? Is there anyway to accomplish this?
Dim ConnString As String = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source= strDBFilePath"
instead of an actual filepath
thanks
How would I get the code to work like this? Is there anyway to accomplish this?
Dim ConnString As String = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source= strDBFilePath"
instead of an actual filepath
thanks