newtomysql
Technical User
Dear All,
I am using crystal report with a C# application. So before that I prepare a dataset as the datasource and in it I create 2 datatable one is called dtStockMovementReport and dtStockMovementDetailReport respectively. In both my datatable I got my productID as a column which infact links both my tables. The reason I break them is because some of columns need not to be repeated in the dtStockMovementDetailReport which I feel will be a waste. But the unfortunate think is that once my report is loaded from my windowsform is stays there for few minutes before the data gets loaded. So what is the problem is it due to the relationship or link between the datatables or shall I just use one datatable is enough?
I am using crystal report with a C# application. So before that I prepare a dataset as the datasource and in it I create 2 datatable one is called dtStockMovementReport and dtStockMovementDetailReport respectively. In both my datatable I got my productID as a column which infact links both my tables. The reason I break them is because some of columns need not to be repeated in the dtStockMovementDetailReport which I feel will be a waste. But the unfortunate think is that once my report is loaded from my windowsform is stays there for few minutes before the data gets loaded. So what is the problem is it due to the relationship or link between the datatables or shall I just use one datatable is enough?