Subject | Re: [firebird-support] C-ISAM files to firebird DB |
---|---|
Author | Wolfgang Rohdewald |
Post date | 2008-07-05T10:10:20Z |
On Samstag, 5. Juli 2008, Maurizio wrote:
a fixed length.
Then you can use
create table isam external file 'isam.dat' (
...
)
and directly access the data using sql
--
Wolfgang
> anyway i ask if anyone has experience on transfer data fromif you rebuild the C-ISAM file it contains only valid records with
> C-ISAM data files ( .dat .idx ) , and if exists any tools or other
> for that .
a fixed length.
Then you can use
create table isam external file 'isam.dat' (
...
)
and directly access the data using sql
--
Wolfgang