Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
With Buffering = .T
Message
De
06/02/2020 12:33:23
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
06/02/2019 12:41:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Divers
Thread ID:
01665963
Message ID:
01672942
Vues:
83
>>
>>WITH ('BUFFERING' = .T.)
>>
>>
>>no difference
>>
>>How am I supposed to compose this correctly?
>>
>>Regards,
>>
>>Koen
>
>From what I gather what is stated in the help, the WITH clause goes with the tables being referenced in the FROM and JOIN -- so relocating the WITH clause is probably what you need to do::
>
>SELECT ;
>[Nr.: ]+DTOC(T1.datumvan) +[ ] + DTOC(T1.datumtot) +[ ] +ALLTRIM(T2.voornaam)+ [ ] + T2.famnaam  as declaratie, ;
>T1.id , ;
>T2.ID as nawID FROM declaraties T1 WITH (BUFFERING = .T.) ;
>JOIN naw T2 WITH (BUFFERING = .T.) on T1.inaw=T2.ID ;
>WHERE !EMPTY(T1.datumvan) ;
>INTO CURSOR curcboDeclaraties NOFILTER READWRITE
>BROWSE NORMAL
>
Confirming this eactly 1 year later (-10 minutes): the WITH clause goes immediately after the FROM name.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform