Should I use one or a few

gokhanz

New Member
I have to grab values from three tables. These tables dont relate to each other. There data is going to be used to make drop down lists. <BR><BR>My question is shouls I use one DataSet or three?<BR>ThanksAre you using SQL Server? It seems like the ideal solution would be to grab these three values using an stored procedure and return them as a single row in a single resultset. Then you can just populate a DataReader from the sproc.
 
Back
Top