Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread How to force temp files location?
Thu, Apr 5 2007 12:24 PMPermanent Link

"Marcio Ehrlich"
My application is importing data from a CD where the users recorded not only
the .dat (and .idx) files as the dbisam.lck.
The problem is that when I return from that routine and try to open a query
reading data from my HD, Dbisam tries to create its temp files at the CD,
raising, obviously, the DBISAM_OSEACCES (11013)  error.
How do I fix this, please!
Thanks.
Marcio

Thu, Apr 5 2007 1:00 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Marcio,

<< My application is importing data from a CD where the users recorded not
only the .dat (and .idx) files as the dbisam.lck. The problem is that when I
return from that routine and try to open a query reading data from my HD,
Dbisam tries to create its temp files at the CD, raising, obviously, the
DBISAM_OSEACCES (11013)  error. How do I fix this, please! >>

Are you setting the PrivateDir property for the current session ?  If not,
then you need to set it to a specific temporary files directory of your
choosing.

http://www.elevatesoft.com/dbisam4d7_tdbisamsession_privatedir.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Apr 5 2007 1:56 PMPermanent Link

"Marcio Ehrlich"
OMG! How did I miss that? Shame on me. Frown
Thanks, Tim.
Marcio

"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> escreveu:

> Are you setting the PrivateDir property for the current session ?

Image