Subject RE: [firebird-support] external table problem
Author Helen Borrie
Agung,

At 04:05 PM 12/12/2004 +1100, I wrote:


>For example:
>
>ExternalFileAccess = d:\files
>
>In this case, the server machine must have either an attached drive that it
>recognises as drive D, or a partition on an attached drive that it
>recognises as Drive D.
>
>If drive D is mapped to a drive on another machine, it will not work.

Ach!!

Try this:

ExternalFileAccess = RESTRICT d:\files

BTW, you can configure multiple root locations like this:

ExternalFileAccess = RESTRICT d:\files;d:\extdata

./heLen