Hi, and thanks in advance for your time.
I recently made the move this year to asp.net (vb) from classic asp.
To help get me started, I bought a book based on version 1.1 as I didn't know any better.
When talking to databases I am generaly using Stored Procedures with sqlCommands and DataReaders or maybe the odd DataAdapter etc....
My question is:
Is what I'm doing an outdated approach. When and why should I be considering using the sqlDataSource thingymagig... or is what I'm doing Ok??
Thanks
Tim
I recently made the move this year to asp.net (vb) from classic asp.
To help get me started, I bought a book based on version 1.1 as I didn't know any better.
When talking to databases I am generaly using Stored Procedures with sqlCommands and DataReaders or maybe the odd DataAdapter etc....
My question is:
Is what I'm doing an outdated approach. When and why should I be considering using the sqlDataSource thingymagig... or is what I'm doing Ok??
Thanks
Tim
Comment