|
-
May 21st, 2007, 01:04 PM
#1
Thread Starter
New Member
-
May 22nd, 2007, 11:51 AM
#2
Re: Database path when deploying .net application
" ... Data Source = " & Application.StartupPath & "\sample.mdb; ..."
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
May 22nd, 2007, 12:22 PM
#3
Re: Database path when deploying .net application
 Originally Posted by blackbox
However, my concern is that when I use the deployment option of vb.net, I would like to include the database file. If the user installs it in a path which is different from the path I got in my code (e.g: c:\mdb), the program will not work. 
This is a legitimate concern, and would happen.
I would suggest including a document with your installation package in which you specifiy the parameters around which your application needs to be installed in order to function properly.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|