Interwizard
Programmer
I'm relatively new to ADO.net. In my VB 6 days I would use ADO to write back to my data source directly and my VB code usually contained my select/update statements. Given that I am partial (though, not entirely biased) to generating my data code from scratch as opposed to having the wizards do it for me.
As I've moved to more DotNet development, I've found myself utilizing stored procedures increasingly. My question is one more of design philosophy and your experiences. How are you writing your data back to the Datasource? CommandBuilder? Some sort of complex update Stored Procedure? Update statements in the VB?
In my case as I've been using Stored Procedures for my select statements, I find myself questioning the "best" way to do it. I'd like to defer to your experiences on this matter..
Cheers,
Bill Dodd
As I've moved to more DotNet development, I've found myself utilizing stored procedures increasingly. My question is one more of design philosophy and your experiences. How are you writing your data back to the Datasource? CommandBuilder? Some sort of complex update Stored Procedure? Update statements in the VB?
In my case as I've been using Stored Procedures for my select statements, I find myself questioning the "best" way to do it. I'd like to defer to your experiences on this matter..
Cheers,
Bill Dodd