Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fastest way in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00610189
Message ID:
00610238
Views:
16
That works OK, but I think it's actually doing an insert and commit for every record because it takes quite a while(one record every 1-4 seconds, >300,000 records). I'm looking into transactions with only one commit, but I'm not sure how much faster it would work. I'm trying to get something faster than the native(Ingres) "copy to flat file" and the native(Oracle) "copy into table from flat file". So far, appending is the simplest choice, but the slowest. Thanx though.

>Don't know if this would be the fastest way but my first try would be:
>
>select rvView1
>append from dbf(rvView2)
>
>Gerry
>
>
> .Signature { margin-top: 12px; color: #666666; } .Signature a { color: #666666; }
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform