Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Left outer join with ADO
Message
De
05/05/2003 23:52:47
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00785173
Message ID:
00785191
Vues:
13
>Ok, could you please post the statement again? Does it work as expected in
>SQL Server? Any other relevant info?
lcCommand = "select * from tgccodDocArm a LEFT OUTER JOIN tgcCodArm b ON
b.c_codigo=a.c_armazem where a.c_codigo = '" + tcID + "'"
llOK = .oData.GetRecordSet(toRS, lcCommand)
With Query Analyser it works.

The only thing is that, i create a blank recordset with the struture from the table tgcCodDocArm, before i pass them to this select then in this recordset i want to join the tgcCodArm.

João
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform