Subject | Re: [firebird-support] CSV Files into FB |
---|---|
Author | Ann W. Harrison |
Post date | 2005-04-05T16:16:21Z |
Andrew Norman wrote:
fixed length fields rather than comma separated. There are a number of
tools, open source, freeware, etc. that can load CSV files - look at the
contributed downloads section of the ibphoenix website.
A table will hold approximately 2,700,000,000 10 byte records, or
1,000,000,000 50 byte records or 620,000,000 100 byte records. Firebird
2 removes this restriction.
The file size is limited by the operating system and a database can
consist of several files.
A single record can not exceed 64Kb, excluding blob data.
Regards,
Ann
>External tables are one answer, but require that your data be stored in
> Does anyone know if it is possible to load an external CSV file into FB
> without using another application e.g. EMS IB Manager? Or is there a
> UDF that can do this?
fixed length fields rather than comma separated. There are a number of
tools, open source, freeware, etc. that can load CSV files - look at the
contributed downloads section of the ibphoenix website.
>Firebird tables are limited by a factor related to the record data size.
> Also, can anyone tell me what the row limit/file size is for a FB table?
>
A table will hold approximately 2,700,000,000 10 byte records, or
1,000,000,000 50 byte records or 620,000,000 100 byte records. Firebird
2 removes this restriction.
The file size is limited by the operating system and a database can
consist of several files.
A single record can not exceed 64Kb, excluding blob data.
Regards,
Ann