T
Tim
Hi Gurus,
I need advice from you. We are going through an arguement.
I am working on a [ORDERS] project, and another person is working on
[REPORTING].
What he want me to pass is a OrderID, then he will do a query, create a
DataTable to create a report.
But the question is should I pass a OrderID, or a DataTable which I already
have before I call the report.
I peronally don't want to do any query or any round trip to database if I
already have the data.
The other programmer don't think I am right. He want to keep his project
simple and clean.
I just want your suggestion, that what is right solution for this.
Should I pass DataTable or OrderID.
Thanks for any help you can provide.
We are using DotNet Framework 2.0
Thanks, Tim
I need advice from you. We are going through an arguement.
I am working on a [ORDERS] project, and another person is working on
[REPORTING].
What he want me to pass is a OrderID, then he will do a query, create a
DataTable to create a report.
But the question is should I pass a OrderID, or a DataTable which I already
have before I call the report.
I peronally don't want to do any query or any round trip to database if I
already have the data.
The other programmer don't think I am right. He want to keep his project
simple and clean.
I just want your suggestion, that what is right solution for this.
Should I pass DataTable or OrderID.
Thanks for any help you can provide.
We are using DotNet Framework 2.0
Thanks, Tim