Subject Re: [firebird-support] Using External File as Table
Author liviuslivius
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