Board index » delphi » {*word*218}

{*word*218}

Hi guys,

for months now Ive been importing MS Access tables (x 4) into interbase
using datapump. I now have the ability to get the same data in delimited
text.

What is the best way to pump delimited text data into IB6.01???

Thanks,

Andy

 

Re:{*word*218}


The best would be if you could get the data in fixed length ASCII format and
use an InterBase external table for the import. I can't tell you what the
best (I assume you mean fastest) method is for importing delimited text but
can use the DataPump.

--
Bill

Re:{*word*218}


No its definately delimited, with an asterix. (*)

If I can find a way of doing this it stops me having to put the files into
MS Access and then using datapump to put them into IB. There are four tables
of about 1.7 million records each.

I cant seem to get a driver to work with delimited text for the BDE then i
would use datapump

Any ideas??

Re:{*word*218}


Have you tried using the BDE ASCII driver? You can set the delimiter and
separator in the schema file to meet your needs. See
http://community.borland.com/article/0,1410,15892,00.html.

--
Bill

Re:{*word*218}


Ahhh well this is my problem.
My bde came with Delphi 4 enterprise and it doesnt appear to have the ASCII
text driver.

Any idea how to get it?

thanks,

Andy

Re:{*word*218}


_Every_ version of the BDE that I have used has had the ASCII text driver.
What makes you think you don't have it?

--
Bill

Re:{*word*218}


See reply in borland.public.bde

Thanks.

Other Threads