Re: Moving data from clipper table to a text file
- From: R. Totale <slangtruth@xxxxxxxxx>
- Date: Wed, 10 Oct 2007 11:46:10 -0400
On Wed, 10 Oct 2007 06:16:11 -0700, "N:dlzc D:aol T:com \(dlzc\)"
<dlzc1@xxxxxxx> wrote:
Dear AMOS:
"AMOS" <am12348@xxxxxxxxx> wrote in message
news:1191997215.107695.141740@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello to all,
- I s there a possibility to write an external program
for example in C that reads the rows in a clipper table,
separates the row's data into fields and writes
it in a text file? If someone can supply to me an
example code or give me a link to an appropriate
site, I'll appreciate it.
The most commonly available program to do this (without clipper)
is Micro$haft Excel.
Borland C++ Builder (at least up to Version 5 and probably beyond) and
Delphi both include the Borland Database Engine, which is easy to
program in C++ or Pascal and can handle dbf/dbt files directly and
without the conversion errors one gets trying to manipulate them in
Excel. If the modern replacement for Turbo C++ Borland gives away has
this support that might be the way to go.
.
- References:
- Moving data from clipper table to a text file
- From: AMOS
- Re: Moving data from clipper table to a text file
- From: N:dlzc D:aol T:com \(dlzc\)
- Moving data from clipper table to a text file
- Prev by Date: Re: Moving data from clipper table to a text file
- Next by Date: Re: Moving data from clipper table to a text file
- Previous by thread: Re: Moving data from clipper table to a text file
- Next by thread: Re: Moving data from clipper table to a text file
- Index(es):
Relevant Pages
|