Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql problem
Message
From
14/04/2004 13:44:59
Reza Meamar
Homa Programming Group
Shiraz, Iran
 
 
To
14/04/2004 09:24:32
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00894343
Message ID:
00894869
Views:
19
Dear Tamar
when i run my SQL from command window it run correctly.
but if i write as below in my form, error message is appear:

lc="SELECT Havaleh.vnum, Havaleh.vdate, Havaleh.vval, Havaleh.transpay,;
Owner.ofamily, Products.pname, Havaleh.ocode, Havaleh.pcode,;
Havaleh.tonkiloo;
FROM havaleh;
LEFT OUTER JOIN owner ON Havaleh.ocode = Owner.ocode ;
LEFT OUTER JOIN products ON Havaleh.pcode = Products.pcode ;
ORDER BY Havaleh.vnum INTO CURSOR CursorTemp"


i dont know why?!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform