Subject | problem creating an external file |
---|---|
Author | rcoplan_wk |
Post date | 2003-11-20T14:44:05Z |
I am using FB 1.5 RC4 on W2k pro.
I am trying to create an external table as follows:
CREATE TABLE RPC1EXT EXTERNAL FILE 'C:\RPC1.TXT'
(FLD1 CHAR(1),
NEWLINE CHAR(2));
When I run this from isql I get the following error:
Statement failed, SQLCODE = -902
Access to external file "C:\RPC1.TXT" is denied by server
administrator.
The text file exists with one char in it + CR LF.
Please can anyone help.
I am trying to create an external table as follows:
CREATE TABLE RPC1EXT EXTERNAL FILE 'C:\RPC1.TXT'
(FLD1 CHAR(1),
NEWLINE CHAR(2));
When I run this from isql I get the following error:
Statement failed, SQLCODE = -902
Access to external file "C:\RPC1.TXT" is denied by server
administrator.
The text file exists with one char in it + CR LF.
Please can anyone help.