Subject | External files |
---|---|
Author | Tim Ledgerwood |
Post date | 2003-07-09T13:47:53Z |
Does FB support external files at all? I can't get it to create an external
table ...
:-(
Here's the SQL :
CREATE TABLE EXT_HOTCARDS
EXTERNAL FILE 'C:\netpos\npstitch\Files\HotcardM.txt'
(
"PACTION" CHAR(1),
"PPAN" CHAR(20),
"PCODE" CHAR(2),
"PLISTNAME" CHAR(6),
"PCRLF" CHAR(2)
);
commit work;
Tim
[Non-text portions of this message have been removed]
table ...
:-(
Here's the SQL :
CREATE TABLE EXT_HOTCARDS
EXTERNAL FILE 'C:\netpos\npstitch\Files\HotcardM.txt'
(
"PACTION" CHAR(1),
"PPAN" CHAR(20),
"PCODE" CHAR(2),
"PLISTNAME" CHAR(6),
"PCRLF" CHAR(2)
);
commit work;
Tim
[Non-text portions of this message have been removed]