Can you be more specific please?
    how do you want those records to be stored in your text file? one line
per record?

example
     TmyRecord = record
       ID:         string;
       name:       string;
       bday:       TDate;
       profession: string;
       salary:     Currency;
     end;

do you want to store this record like:

001,John Smith,10/08/1982,programmer,$2000
002,Charles Johnson,04/07/1977,accountant,$1000

etc...? and read in the same way from the file and load back into a DB
table?

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] Behalf
Of appu kandan
Sent: Wednesday, November 09, 2005 2:38 PM
To: [email protected]
Subject: [delphi-en] File concept Example Project


Hi

  I have to save records of a table into one text file
  as well as save data of a file(Excel and textfile) to a table.


---------------------------------
Enjoy this Diwali with Y! India Click here

[Non-text portions of this message have been removed]



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]



----------------------------------------------------------------------------
----
YAHOO! GROUPS LINKS

  a..  Visit your group "delphi-en" on the web.

  b..  To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]

  c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


----------------------------------------------------------------------------
----





[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/i7folB/TM
--------------------------------------------------------------------~-> 

-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to