I want to generate report based on the date fields. In my table there is a 'date' field. When I take it from the database it shows in vertically, I want it should show in horizontally.
for eg.
Code Name 20/8/2009 21/08/2009 22/8/2009 ----> these are col
1001 Pradeep 1 2 3 -->data to show
where in Code, Name and Date there are three fields in my table Person (Code,Name,Date)
How to generate it? Plz help me, its urgent.