Subject External table problems
Author dade2000
Hi all

I've this DDL

CREATE TABLE EXT_TABLE EXTERNAL FILE 'C:\DBFB\External\file.txt'
(
FNAME CHAR(10),
LNAME CHAR(20)
)


When I'm execute command not error occurred, but when I want commit
transaction following error appear

Cannot commit transaction:
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
Access to external file "file.txt" is denied by server administrator.


I'm a user of "Administrators" group on WinXP

FB 1.5 RC8

Thanx Daniele