Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Duplicate warning
Message
From
11/03/2002 09:57:45
 
 
To
11/03/2002 09:36:02
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00630927
Message ID:
00630942
Views:
23
>Can anyone explain why the following command would display the "Overwrite?" dialog twice if table StockBySize3 already exists? (SET("SAFETY") = "ON"). The end-result is still correct.
>
>
>select * from StockBySize;
>	union select * from StockBySize2;
>	into table StockBySize3
>
>
>(Using VFP 6, SP5)

Adding another union gives 3 "Overwrite" dialog's. I'm guessing that each select writes to the table as it is performed, rather than creating a temporary table then copying to the final table.
Len Speed
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform