-----Original Message-----
From: Viktor Szakáts [mailto:[email protected]]
Sent: Tuesday, September 22, 2009 12:15 AM
To: Harbour Project Main Developer List.
Subject: Re: [Harbour] SF.net SVN: harbour-project:[12590]
trunk/harbour

Hi Mindaugas,

And most importantly thanks for this contribution, I think
it's a very nice one and can easily replace any temp tables
created on disk. I'll now go and convert my app to use it.

But what is the difference with dbCreateTemp() ?
I use dbCreateTemp(), and in this solution OS is decided where table created (memory or disk).

It's always created as a disk file. As such, it may be
left on disk in case of error, and also exclusive access
isn't guaranteed, plus since it's a disk file, performance
is probably worse in most cases (even if fully cached).

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to