Subject Re: [firebird-support] Re: Load table
Author Ann W. Harrison
On 2/4/2011 5:43 AM, pavle.grebenar wrote:
>
>
> --- In firebird-support@yahoogroups.com, "munster77054"<munster77054@...> wrote:
>>
>> When I worked on a MAINFRAME database, I could use a "load" command to take a text file and load it into a table.
>>
>> For instance it would be something like this
>>
>> load<text file>, table, delimited by ","
>>
> what about external table ?

As currently implemented, external tables use fixed sized columns,
not comma separated values. Probably creating a CSV external table
type would be harder than finding a tool that loads CSV files.

Good luck,

Ann