Hi,
This question has been going around in my mind for some time. I have a very silly question but something that has started to bother me now. I want to know which is a better technique for Data Access.
Is using DataAdapter or TableAdapter from a design view or creating them at runtime a better option? I am asking this because creating adapter object at design view automatcally generates Select, Insert, Update and Delete Command objects. But in many cases I do not use all these Command objects. Don't they increase the burden on the processors? Whereas If I create these objects at runtime I only add the Command Objects I require.
If anyone can help me with my queries, it would be great
Regards
Vineed