Subject RE: [firebird-support] Firebird Data Input
Author Alan McDonald
> Hi All!!!
>
> Can I input data into a firebird database using a flat text file and
> if so - HOW?
>
> Thanx!!
>
> Harry Roets
>

if the file contains fixed length fields, it amounts to declaring an
external table, then using an INSERT command by selecting the fields in this
table. If it's some other format, you can use a variety of datapump
utilities - try www.ibphoenix.com for a full list.
Alan