Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does COPY TO automatically TABLEUPDATE(.t.)?
Message
De
15/10/2002 07:36:09
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
15/10/2002 07:22:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00711253
Message ID:
00711255
Vues:
13
This message has been marked as a message which has helped to the initial question of the thread.
>Question is obvious from the title:
>
>Does COPY TO automatically do a
>TABLEUPDATE(.t.)?
>
>I'm confused about something and this would explain it.
>
>Thanks

No Tim,
it doesn't do an implicit tableupdate(). However if what you want to ask is if 'copy to' copies buffered recs, yes it does. All xbase commands unlike SQL have access to buffered records. ie:
USE customer
CURSORSETPROP("Buffering",5,'customer')
BROWSE TITLE 'Change some records'
COPY TO TempCustomer
TABLEREVERT(.t.,'customer')
BROWSE title 'Table reverted'
USE TempCustomer
BROWSE TITLE '"Copy To" copy'
USE
ERASE TempCustomer.dbf
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform