Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro can't query on two tables more than 7m
Message
 
À
08/05/2007 16:17:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01219859
Message ID:
01223584
Vues:
30
>>>>This seems to be a bug in VFP 5, this works fine on my homecomputer with vfp 9 but at work it fails. Too bad for me . Could this be achieved w/o a left outer join (because left outer join has been introduced in VFP 5). Thanks beforehand. I have tried Edward's suggestion, but this is not workable.
>>>
>>>Do you mean my code doesn't work? What's the error message?
>>
>>With not workable I meant that I get my initial problem back : the query doesn't get finished. But I have changed your suggesion somewhat and that seems to work very well:
>>
>>
>>
>>Select * From oldtable Where str(mijbrpls)+ str(vlgnrbsv) + str(vlgnrplsvr) + str(vlgnr_mut)+ str(bdr_str);
>>Not in (Select  str(mijbrpls)+ str(vlgnrbsv) + str(vlgnrplsvr) + str(vlgnr_mut)+ str(bdr_str)) From newtable)
>>
>>
>>Thanks for your help.
>
>You are welcome. I don't quite remember what it was, but it seems to me that I gave you wrong key fields (most likely, I could not know them at that point). Hopefully, you use appropriate index tags to speed up your Select statements.

Yes, with thef appropriate index tags this work very well. Of course you could not know the right key fields, I wasn't also clear enough.. But you pointed me to the right direction, that is the most important thing. Thanks again.
Zakaria al Azhar
My blog on Actuaris.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform