|
-
Jul 13th, 2001, 12:06 AM
#1
Thread Starter
Lively Member
Application Link to Data file
I am using data environment & adodc for data accessing
Data environment & ADODC
I am given the link with the path & file name in the properties (right click menu ) of the data environment. Here it ask for the data base path and name in
data link properties ->connection
After installation of the software in the other machine using packing & development setup. While running of the package it ask for the same path for the database which was given during the programming time, it is not taking the application path where the database file (MS-Access) was installed. For this I have to manually create the same path and put the database there. Then the package work.
What is the solution so that the application automatically find the application path not the path mentioned in the forms data file link to ado or Data environment.
Rahul 2K india
Last edited by Rahul2kind; Jul 13th, 2001 at 01:17 AM.
-
Jul 13th, 2001, 12:10 AM
#2
PowerPoster
use app.path in your connection string.
Else use a find file function when the prgram starts.
Or just make the user find the path to it when they find it save the path!
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
|