Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL problem
Message
From
02/11/1999 10:32:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
SQL problem
Miscellaneous
Thread ID:
00285464
Message ID:
00285464
Views:
63
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
Next
Reply
Map
View

Click here to load this message in the networking platform