Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Attaching Files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows 2000
Database:
MS SQL Server
Divers
Thread ID:
01121739
Message ID:
01121755
Vues:
13
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform