how we repeat a column data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • veer
    New Member
    • Jul 2007
    • 198

    how we repeat a column data

    Hello expert.
    Can anyone help by providing the method how I can repeat an Excel column value again & again when I execute my program?
    eg. The sample of my project
    Code:
    operator_id     record      missing
       123            23          33
       124            34          33
      .........   ............  .........
      .........   ............  ..........
    Now I want to repeat operator_id again and again and display the "record" opp. to the operator_id which are matching with operator_id that is presenting in the sql table.
    Last edited by Killer42; Nov 26 '07, 01:10 PM. Reason: Use CODE tag to preserve formatting
Working...