Subject | Re: [firebird-support] Using External File as Table |
---|---|
Author | liviuslivius |
Post date | 2018-08-29T07:58:16Z |
Hi,
Change your table declaration to include separator e.g. line break.
(
IP_Address CHAR(15),
Myln char(1)
);
If you have windows style linebreak change myln to 2 chars.
External table is a fastest way, but you must define what do you mean in your scenario as "large".
Regards,
Karol Bieniaszewski