I don't know the exact answer, but issuing a dbCommit() in a loop was
already a performance killer even in Clipper.

Brgds,
Viktor

On Wed, Apr 1, 2009 at 10:38 AM, Massimo Belgrano <mbelgr...@deltain.it>wrote:

> Will be intresting this discussion on fivetech forum?
> http://forums.fivetechsupport.com/viewtopic.php?f=3&t=15076
>
> Speedtest CLIPPER vs. xHarbour - COMMIT
>
> Is CLIPPER still faster in database management?
>
> I am testing the COMMIT statement.
> With Clipper the operation takes 9 sec. with xHarbour 77 sec
> function main()
> local I:=0
> msginfo("Start " + str( seconds() ))
> use clientes new
> for I := 1 to 1000
> append blank
> clientes->nombre := str(recno())
> commit
> next
> msginfo("End " + str( seconds()) )
> return nil
>
>
> --
> Massimo Belgrano
>
>
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to