Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Insert from Other Table?
Message
 
To
28/12/2000 11:42:09
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00457362
Message ID:
00457984
Views:
26
I was trying to do it more SQL-ish; is that possible? I thought using APPEND would lock the table header and make it less multiuser.


>
>It can't be done in one insert-sql in VFP; however, here's one quick way I've used before
>use smalltable order candkey
>append from bigtable ;
>     for !indexseek(candkey, .f., "smalltable", "candkey")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform