Crystal Report using a disconnected recordset?

I was thinking in VB 6 and did quite a few crystal report using disconnected recordset.
Now, I create a new instance of DataTable and use the DataColumn, DataRow,...,etc. and then set the DataSource of my crystal report to the DataTable. Work fine.
 
Back
Top