Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Left outer join with ADO
Message
From
05/05/2003 22:40:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Left outer join with ADO
Miscellaneous
Thread ID:
00785173
Message ID:
00785173
Views:
68
Hi all,

I have some trouble joining the results from 2 tables in SQL Server with ADO,

Ex:
lcCommand = "select * from tbl_gc_codDocArmazem LEFT OUTER JOIN
tbl_gc_CodArmazens ON c_codigo=c_armazem where c_codigo = '" + tcID + "'"
llOK = .oData.GetRecordSet(toRS, lcCommand)
The result is not what i expected, and i don't know if is that possible with this sintax!!!

Is anything wrong, or other way to do that

João Batista
Next
Reply
Map
View

Click here to load this message in the networking platform