Subject | RE: [ib-support] Accessing external files |
---|---|
Author | Kotala Zdeněk |
Post date | 2003-04-22T07:20:55Z |
Is is security setting. Old implementation (in IB 6/FB 1) of External Files
have security bug. Read changelog of FB 1.5 Beta and look at
http://www.securityfocus.com/archive/1/317546.
Zdenek
have security bug. Read changelog of FB 1.5 Beta and look at
http://www.securityfocus.com/archive/1/317546.
Zdenek
> -----Original Message-----
> From: Ben Johnson [mailto:ben_johns@...]
> Sent: Monday, April 21, 2003 5:10 AM
> To: ib-support@yahoogroups.com
> Subject: [ib-support] Accessing external files
>
>
> Hi,
>
> How do we access external files in FB 1.5 ?
>
>
> CREATE TABLE E_LOG_FILE EXTERNAL 'D:\PHARMA\LOG_FILE.TXT' (
> ENTRY_DATE CHAR(10) CHARACTER SET NONE,
> ENTERED CHAR(13) CHARACTER SET NONE,
> ID CHAR(8) CHARACTER SET NONE,
> CONTROL_NO CHAR(10) CHARACTER SET NONE,
> PRODUCT_ID CHAR(5) CHARACTER SET NONE,
> QUANTITY CHAR(5) CHARACTER SET NONE,
> DESCRIPTION CHAR(50) CHARACTER SET NONE,
> NEWLINE CHAR(2) CHARACTER SET NONE
> );
>
>
> A file created with above given statment gives the following
> error
> when accessing ?
>
>
> Unsuccessful execution caused by a system error that precludes
> successful execution of subsequent statements.
> I/O error for file "D:\PHARMA\LOG_FILE.TXT".
> Error while trying to open file.
> The operation completed successfully.
> .
>
>
> Pls help
>
> Thank you.
>
> Ben
>
>
>
>
>
>
>
>
>
>
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~-->
> Get 128 Bit SSL Encryption!
> http://us.click.yahoo.com/xaxhjB/hdqFAA/VygGAA/67folB/TM
> --------------------------------------------------------------
> -------~->
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>