Subject | Re: [firebird-support] Looking for library to create external tables without FB |
---|---|
Author | Milan Babuskov |
Post date | 2008-04-16T11:46:21Z |
Martijn Tonies wrote:
you declare external table in such way. Try creating an external table
with other types than (var)char and inserting into it.
based, it can be imported directly via external table. The only problem
is when you need to do some conversion of data.
--
Milan Babuskov
http://www.flamerobin.org
>> Martijn Tonies wrote:Dates and such can be stored in binary (as opposed to text) format if
>>> You do know that an "external table" in Firebird is a plain text file,
>> Nope, it's a binary file.
>
> Eh, huh?
you declare external table in such way. Try creating an external table
with other types than (var)char and inserting into it.
>>> If so, you can just read the DBF table and create plain text from it inDBF stores data in fixed-length records, so if all data is character
>>> a small application, then use Firebird to transfer the data between the
>>> external table and an internal table.
>> I'd rather suggest to remove the DBF header section and use the rest of
>> the file as an FB external table ;-) This won't work for NULLs and blobs
>> though...
>
> Dmitry, what ARE you talking about?
based, it can be imported directly via external table. The only problem
is when you need to do some conversion of data.
--
Milan Babuskov
http://www.flamerobin.org