Subject How to set temporary directory for Firebird Embedded
Author Chau Chee Yang
Hi,

I notice that if I open a connection to Firebird Embedded, there is a
fb_xxxx.LCK file created in my %TEMP% folder where xxxx is the process ID.

Is that possible to make the fb_xxxx.LCK file create in other folder?
I have tried the following:

1. Set TempDirectories = c:\NewTemp
2. Set FIREBIRD_TMP = c:\NewTemp in the system environment variable

Both the setting has no effect.

I am using Firebird Embedded 1.5.4 in Windows Vista. I use Delphi
2007 with DBX4 to access Firebird database.

Please advice. Thank you.