Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Relation Problem
Message
From
02/11/2008 08:33:17
 
 
To
02/11/2008 08:17:58
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01358947
Message ID:
01358949
Views:
30
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform