Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Left outer join with ADO
Message
De
05/05/2003 22:40:02
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Left outer join with ADO
Divers
Thread ID:
00785173
Message ID:
00785173
Vues:
67
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform