Subject External files
Author Tim Ledgerwood
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]