I want to print a report using vb6 datareport. The report consists of details of one employee per page. Each employee has various details in 300 fields divided into 3 tables.
With the select command I am not able to fetch more than 192 fields at a time. How to go about it? Please guide me.
With the select command I am not able to fetch more than 192 fields at a time. How to go about it? Please guide me.
Comment