What is the purpose of creating a command object if you can create the sql statements directly from the data adpater wizard?
And the data adapter will generate Select, Update, Insert and Delete commands automatically. This would require 4 command objects?
I have been learning ASP.Net through the GUI objects and tool bars. Maybe this would seem more clear when writing all the code myself.
any other insight on the topic would be appreciated. Thank you,




Reply With Quote