|
| Creating a tab or space delimited file from Firebird table |
 |
Thu, 3 Apr 2008 12:45:50 -0600 |
Hi all,
I haven't had a need to do this until now, but I need to move some data to a
tab-delimited file so it can be read by another program. (One of my
collegues needs it.) Can Firebird do this directly? How do I do it in dBase?
Anything will help, I have no idea where to even start.
Dain Lochridge
|
| Post Reply
|
| Re: Creating a tab or space delimited file from Firebird table |
 |
Thu, 3 Apr 2008 21:04:11 +0200 |
Dain Lochridge wrote
>
> I haven't had a need to do this until now, but I need to move some data to
> a tab-delimited file so it can be read by another program. (One of my
> collegues needs it.) Can Firebird do this directly? How do I do it in
> dBase? Anything will help, I have no idea where to even start.
------
Checking the dUFLP maybe?
Roland
|
| Post Reply
|
| Re: Creating a tab or space delimited file from Firebird table |
 |
Thu, 3 Apr 2008 21:13:40 -0400 |
if you are working with a dbf file, see the OLH on copy to SDF.
"Dain Lochridge" <deloch@hotmail.com> wrote in message
news:Re1nW3blIHA.136@news-server...
> Hi all,
>
> I haven't had a need to do this until now, but I need to move some data to
> a tab-delimited file so it can be read by another program. (One of my
> collegues needs it.) Can Firebird do this directly? How do I do it in
> dBase? Anything will help, I have no idea where to even start.
>
> Dain Lochridge
>
|
| Post Reply
|
| Re: Creating a tab or space delimited file from Firebird table |
 |
Thu, 3 Apr 2008 23:06:33 -0400 |
In article <Re1nW3blIHA.136@news-server>, deloch@hotmail.com says...
> Hi all,
>
> I haven't had a need to do this until now, but I need to move some data to
a
> tab-delimited file so it can be read by another program. (One of my
> collegues needs it.) Can Firebird do this directly? How do I do it in
dBase?
> Anything will help, I have no idea where to even start.
>
> Dain Lochridge
>
Dain,
I seem to recall there is something in the dUFLP at Ken Mayer's web site
which can help with this type of export:
http://www.goldenstag.net/dbase/
--
Geoff Wass [dBVIPS]
Montréal, Québec, Canada
.|.|.| dBASE info at http://geocities.com/geoff_wass |.|.|.
.|.|.| ---------------------------------------------------------- |.|.|.
|
| Post Reply
|
| Re: Creating a tab or space delimited file from Firebird table |
 |
Fri, 04 Apr 2008 07:43:00 +020 |
Dain Lochridge schrieb:
> Hi all,
>
> I haven't had a need to do this until now, but I need to move some data to
a
> tab-delimited file so it can be read by another program. (One of my
> collegues needs it.) Can Firebird do this directly? How do I do it in
dBase?
> Anything will help, I have no idea where to even start.
I know you can do with Firebird, but I never did it.
And where I am right now I don't have documentation on this topic.
Keyword is "external table".
You can use this to bind an external CSV|TXT as a table to the database
and also to export data.
If you are using IBExpert in the professional version, there is a
|
| Post Reply
|
|
|
|
|
|
|
|
|
|