Subject | External table problems |
---|---|
Author | dade2000 |
Post date | 2004-02-05T09:55:13Z |
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
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