O
ola
Hi to all,
I am working on an e-commerce site , and Im trying to show a documents
historic to the user.So the idea is to have a table like this:
Orders Deliveries Invoices ...
----------------------------------------------
123 4125 5214
1236 5214
5214 63214
-----------------------------------------------
854 854 8541
85478 89654
8745
-----------------------------------------------
So i have many procedures to get these informations .
1) Get the list of orders numbers
2)for each order , get the list of deliveries
3)for each order ,get the list of invoices
In the table we have for exemple an order (in orders column) , and all
the Deliveries that correspond to this order(in Deliveries column) ,
all the invoices that correspond to the orders and Deliveries (in the
invoices column).
So i can't bind my DataList to one simple SQLDataReader , because i
have many procedure .How can i do this??
Thank you for any idea
I am working on an e-commerce site , and Im trying to show a documents
historic to the user.So the idea is to have a table like this:
Orders Deliveries Invoices ...
----------------------------------------------
123 4125 5214
1236 5214
5214 63214
-----------------------------------------------
854 854 8541
85478 89654
8745
-----------------------------------------------
So i have many procedures to get these informations .
1) Get the list of orders numbers
2)for each order , get the list of deliveries
3)for each order ,get the list of invoices
In the table we have for exemple an order (in orders column) , and all
the Deliveries that correspond to this order(in Deliveries column) ,
all the invoices that correspond to the orders and Deliveries (in the
invoices column).
So i can't bind my DataList to one simple SQLDataReader , because i
have many procedure .How can i do this??
Thank you for any idea