S
Sammy
Hi,
I am having problem designing my business objects to retrieve data from a
SQL Server. The data structure is very similar to Northwind (Order-Order
Details...) however much more complex. I was looking at using inner joins
in a complex SQL Select statement however there are too many parent-child
relationships to handle. So, I decided to break up it up into multiple
select statements. I have a few questions:
1) I allow the user to search by Order Number, Serial Number and Customer
Name. I display the results in a datagrid. My question is it a good design
to select only the order details info (which I display in the datagrid) and
wait to retrieve the rest of the data when the user selects that info?
2) Any other suggestions on how to retrieve data would be appreciated!
Thanks
I am having problem designing my business objects to retrieve data from a
SQL Server. The data structure is very similar to Northwind (Order-Order
Details...) however much more complex. I was looking at using inner joins
in a complex SQL Select statement however there are too many parent-child
relationships to handle. So, I decided to break up it up into multiple
select statements. I have a few questions:
1) I allow the user to search by Order Number, Serial Number and Customer
Name. I display the results in a datagrid. My question is it a good design
to select only the order details info (which I display in the datagrid) and
wait to retrieve the rest of the data when the user selects that info?
2) Any other suggestions on how to retrieve data would be appreciated!
Thanks