Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INSERT INTO enhancements
Message
From
09/10/2002 20:02:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
INSERT INTO enhancements
Miscellaneous
Thread ID:
00709624
Message ID:
00709624
Views:
45
Hi All,

Here's the scoop on the INSERT INTO enhancments talked about at DevCon and mentioned in the UT's conference report. The changes are:
INSERT INTO dbf_name FROM NAME ObjectName
and
INSERT INTO dbf_name [(fname1 [, fname2, ...])]
   SELECT [(fname1 [, fname2, ...])] FROM tablename WHERE condition
The first enhancement allows you to append a record to a cursor from an object, maybe an object created from a SCATTER command or custom-created from the new Empty class.

The second enhancement is great for directly filling a cursor with records from another table; a very useful feature.
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Next
Reply
Map
View

Click here to load this message in the networking platform