Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL problem
Message
De
02/11/1999 10:32:49
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
SQL problem
Divers
Thread ID:
00285464
Message ID:
00285464
Vues:
66
Does anybody has knowledge about problems with joining tables with records that were deleted and after recalled in VFP 6.0 SP3

The follwing select

SELECT lojista.*, fatura.*, municip.nmmunicip, ;
produto.nmproduto, itemfat.qtproduto ;
FROM lojista, fatura, municip, itemfat, produto ;
WHERE fatura.nrfatura = itemfat.nrfatura AND ;
itemfat.nrproduto = produto.nrproduto AND ;
fatura.nrlojista = lojista.nrlojista AND ;
fatura.nrfatura >= thisform.txtnrfaturainicial.value AND ;
fatura.nrfatura <= thisform.txtnrfaturafinal.value AND ;
lojista.nrmunicipio = municip.nrmunicip ;
INTO CURSOR impfatura ;
ORDER BY fatura.nrfatura, produto.nmproduto

works fine for some records but not for others.

If I run the same command in VFP 5.0 it works ok, always.

Is is VFP 6.0 bug?
Antonio Carlos Kleinübing
Systems Analyst
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform