Author: Bill Arnold, bill@wjarnold.com
Posted: 1999-08-30 at 04:33:11
Anders, at one point, I did try INSERT INTO, having read it was faster, but
for my operation, it didn't yield much of a difference. I didn't benchmark
it, but certainly didn't see the hours gain I expected. That was in FPD,
maybe different in VFP. Maybe when I revisit that code, I'll re-enable the
commented out instructions to try it under VFP, just to see.
Bill
-----Original Message-----
From: profox@leafe.com [mailto:profox@leafe.com]On Behalf Of Anders
Altberg
Sent: Monday, August 30, 1999 6:41 AM
To: Multiple recipients of ProFox
Subject: Re: FoxPro DOS v. Visual Foxpro : Speed of data conversion /
processing
INSERT IN TO is faster, fewer locks for one thing, and INSERT .. FROM ARRAY
would probably be faster still.
-Anders
----- Original Message -----
From: Bill Arnold <bill@wjarnold.com>
To: Multiple recipients of ProFox <profox@leafe.com>
Sent: mÃ
ândag den 30 augusti 1999 08:27
Subject: RE: FoxPro DOS v. Visual Foxpro : Speed of data conversion /
processing