"Chuck Bowling" <ch**********@sbcglobal-NO-SPAM.net> wrote in message
news:Or**************@tk2msftngp13.phx.gbl...
From the walkthroughs I'm starting to get the impression that the only way
I'm going to be able to learn about ADO.NET is to go out and buy SQL
Server 7.0.
I already own MS Access and don't have any desire to setup a full blown
server. Should I give up on learning ADO.NET or is there an alternative?
Chuck, that's totally not the case. Like Frank mentions, MSDE is free and
will do most everything you'll need to do in a non-production environment.
Moreover, because ADO.NET has a close and kill model,I've found that it
plays much better with MS Access than classic ADO did. Moreover, you can
use free web services like Google (or build your own) or XML Documents as
your back end and totally bypass Access or SQL Server.
Don't let something this small discourage you! ADO.NET totally rocks, and
you'll learn to love it quickly. Besides, you can use ADO.NET with XML
exclusively, so the back end is irrelevant.