Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Importing Access tables
Message
From
18/10/2000 09:57:40
Mike Lott
General Dynamics Information Technology
Frisco, Colorado, United States
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00430572
Message ID:
00430866
Views:
12
The append to the new FoxPro table can also be coded this way:

select mytable
append from dbf( 'xcursor' )

as well as the aforementioned:

select xcursor
scan
scatter to memvar memo
insert into mytable from memvar
select xcursor
endscan

It takes less code, but I'm not completely sure which would be quicker with large amounts of data (although I would guess that the append would be).

Regards,

Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform