Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set Relation Problem
Message
De
02/11/2008 08:33:17
 
 
À
02/11/2008 08:17:58
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01358947
Message ID:
01358949
Vues:
32
As per your suggestion, I generate a SQL-command as follows:
	SELECT SoMain.*, SosUb.ICode, SosUb.qntymaj, SosUb.qntymin,;
	       SosUb.RateMaj, SosUb.RateMin,;
	       PCode.full_Name, pcode.address, pcode.tel1, pcode.tel2, pcode.tel3, ;
	       Icode.full_desc, icode.unit ;
	  FROM SoMain;
	  RIGHT JOIN SosUb ON SoMain.SoNo == SosUb.SoNo;
	  LEFT JOIN PCode ON SoMain.PCode == PCode.PCode;
	  LEFT JOIN Icode ON SosUb.Icode  == Icode.Icode;
	  WHERE BETWEEN(SoMain.date, dt1, dt2) INTO CURSOR cSomain
In Network environment, the actual data is lying in (K:\FAS) directory and I want to fetch data from there. But I am facing a problem to put the drive letter. Kindly let me know where to put the drive letter in the above SQL command.

Thanks - Saif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform