cachedupdate, location of temporary files ?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
johnme
Posts: 2
Joined: Mon 26 Nov 2007 19:40

cachedupdate, location of temporary files ?

Post by johnme » Mon 26 Nov 2007 19:49

Hi,

I want to use the cachedupdate functionnality of the queries under terminal server, with the BDE I was able to define the directory where the temporary files were written using the private dir property of a TSession.
I do not known where these files are written with the IBDac components, can I also define the location by myself ?

Thanks

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 27 Nov 2007 08:59

IBDAC does not use temporary files. It stores cached updates buffer in the memory.

Post Reply