|  | Posted by Ed Murphy on 09/06/07 04:32 
aCe wrote:
 > I need an output like :
 > |----|----|----|---|------|
 > |row1|row2|row3|...|row(n)|
 > |----|----|----|---|------|
 
 I recommend you return normal data (where the rows are, y'know, rows)
 from your database layer, then rearrange them in your reporting
 layer.  (If you don't have a reporting layer, then I recommend you
 add one; I like Crystal Reports, myself.)
  Navigation: [Reply to this message] |