V
Val C.
I'm a new VB .Net developer with a few "best practice"
questions.
Is there a best practice to identify when to use DataSets
and DataAdapters versus the Command object and the
DataReader?
Also, is there a "best practice" defined for which is the
better method to create the dataset and dataadapter?
Should you create them through code, including setting all
the binding properties for any form controls? Or should
you drag & drop them from the tool bar in the IDE and set
the properties that way?
Any suggestoins would be appreciated.
thanks
Val
questions.
Is there a best practice to identify when to use DataSets
and DataAdapters versus the Command object and the
DataReader?
Also, is there a "best practice" defined for which is the
better method to create the dataset and dataadapter?
Should you create them through code, including setting all
the binding properties for any form controls? Or should
you drag & drop them from the tool bar in the IDE and set
the properties that way?
Any suggestoins would be appreciated.
thanks
Val