Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread DBISAMQuery problem, pls help me tks.
Thu, Feb 19 2009 10:49 PMPermanent Link

Garey
When The dbisamquery.open ,
will auto create a temp file, something like
1230.idx
1230.dat


the Delphi script:

with QryRule do
 begin
   Close;
   sql.Clear;
   sql.Add('select * from rule order by ruleidx');
   Open;
 end

if i have a lot of query,will auto-create many temp files

my version v3.03

How to hiden these temp files?

many mang thanks

Regards
Garey
Fri, Feb 20 2009 3:10 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Garey


I'm not 100% certain what you're asking with "How to hiden these temp files?" but

1. You can set the directory these files are located in by setting the session's PrivateDir property
2. They will be deleted by DBISAM when your app closes, as long as it closes properly

Roy Lambert [Team Elevate]
Image