How to Send data line by line to a Text File ?

  • Hi,

    My Requirement:

    I have a result set.  From the result set i will take a record and i need to do some data manipulation and should send that data to text file.  And again second record, manipulating second record data, sending to text file. 

    Like that all records should be manipulated and need to sent to Text File. 

    I know sending bunch of records to text file.

    How to do this ?  Please help me.......

    Bobby

  • The following are some different ways of doing this

    1.)  Create a temp table with processed flag and walk it to return the 1st unprocessed record using set-based processing

    2.)  Create a cursor and walk the recordset

    3.)  Use VB or some or programming language return the recordset to it and have it walk the data

    just some suggestions



    Good Hunting!

    AJ Ahrens


    webmaster@kritter.net

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply