Re: Issues in DBASE temp files location ... URGENT
by "Bruce Roberts" <ber@[EMAIL PROTECTED]
>
Mar 9, 2005 at 05:22 PM
<varkey.mathew@[EMAIL PROTECTED]
> wrote in message
news:1110309794.543016.9910@[EMAIL PROTECTED]
> I need some urgent help on cleaning the temp tables in my DBASE
> Database. The application gives me a database engine error stating
> Insufficient Disk Space; And the cause has been traced to temp files
> size increase. So I need to figure out where the temp files in DBase
> are placed and how can I clean the space from temp files.
If you are using the BDE there is a known problem with disks > 2GB.
Essentially the BDE croaks when free space on a drive is evenly divisible
by
2GB. IIRC, tem****ary files are stored in the location specified in the
PrivateDir property of the session (tSession) to which a table belongs. So
their location is entirely under program control.