how to verify the data set filling the right data table

  • Thread starter Thread starter Hello
  • Start date Start date
H

Hello

Hi all,

I am now writing 1 stored procedure(sp) which execute
other 2 sp, therefore result of 2 data set and 2 dataset
tables. But how can I ensure the right dataset filling
the right tables so that .net crystal report can access
the table's result to generate report.
Please help me, it drive me nearly crazy because I cannot
generate the subreport. Please help me.

P.S. I want 2 sp are independent for query. But just have
1 key of them can be joined.

Thanks and regards,
Hello
 
I'm kind of confusted but I think we can figure it out. Datasets don't fill
datatables, they simply contain them. From your post, it sounds like you
are making only one call to the stored proc and trying to fill four tables?
Can you post the code, it might be a little more clear and I could probably
give you some better suggestions.
 
Back
Top