Subject Re: Best way to import from a TextFile
Author George
--- In firebird-support@yahoogroups.com, Darin Amos <lec_sas@...>
wrote:
>
> Well yes, I am not afraid to write some code, however I was hoping
for some positive input and suggestions for ways to do it.
> I was not expecting to recieve any sarcastic remarks.
>
> -Darin
>
>
> ----- Original Message ----
> From: Jan Bakuwel <jan.bakuwel@...>
> To: firebird-support@yahoogroups.com
> Sent: Tuesday, October 10, 2006 12:46:26 PM
> Subject: Re: [firebird-support] Best way to import from a TextFile
>
> Hello Darin,
>
> lec_sas wrote:
> > Hi, I am jsut wondering what the best way to import data from a
text
> > file is. I know there is import tools out there, but I do not
wish to
> > use them. I am using the embeded dll. Is there any alternatives
other
> > than using an external table?
> >
> Write a little code?
>
> Jan
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

Hi

Check out Firebird's ability to treat an ASCII delimited text file as
a table. (Chapter 16 of Helen's Firebird book).

George