View Single Post
  #2 (permalink)  
Old June 23rd, 2003, 07:45 PM
ahmed_y_h ahmed_y_h is offline
Registered User
 
Join Date: Jun 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ahmed_y_h
Default

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.;)
Reply With Quote