Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Attaching Files
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows 2000
Database:
MS SQL Server
Miscellaneous
Thread ID:
01121739
Message ID:
01121755
Views:
11
>Hi
>I have developed a software in which resumes are entered and searched on.
>Also the soft copy of resumes that is the word files are attached with.
>I am using Sql Server as Backend
>In my table i have kept a varchar(100) field which stores the path of the resume.
>It works fine with the machine enetered from,But when it is accessed from other machine that file is not available. Altough the resume soft copy is placed on the server but it is mapped in by different Drive Letter...Eg. f: on one machine g: on other machine.
>
>Please help its very urgent.
>
>
>Regards

Riyaz
Use UNC (Universal Naming Convention) in path instead mapped drive.
Example:
Instead mapped drive:
f:\my_documents

use UNC
\\YourServerName\c\my_documents

Check API WNetGetConnection.
The WNetGetConnection function retrieves the name of the network resource associated with a local device.
HTH
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform