Quote:
quote:Originally posted by tiago
Hello, does anybody know how can I access and treat a txt file with Borland C++ Builder 5? My aim is become able to generate a report (through the quick report component)from this file, I know how to do it using a DB table but I have been trying without success to do it from a txt file.
Thanks, Tiago Tognozi.
|
Try to migrate the txt file into a DB table then take the table.
Use the DTC component to migrate the file which has to be formatted in
comma- or tab- delemeted format first.
Hope that could help.;)