13.07.2015 Views

ASP.NET 3.5: A Beginner's Guide - www.mustafaof.com

ASP.NET 3.5: A Beginner's Guide - www.mustafaof.com

ASP.NET 3.5: A Beginner's Guide - www.mustafaof.com

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

288<strong>ASP</strong>.<strong>NET</strong> <strong>3.5</strong>: A Beginner’s <strong>Guide</strong>Key Skills & Concepts●●●●●●●●●●●Creating databasesChecking your database connectionPlanning tablesMaking a tableRow and column matrixSpecifying fields (columns)Selecting data typesEntering data dynamicallyRetrieving data dynamicallyChanging data dynamicallyDeleting data dynamicallyIn many respects, ADO.<strong>NET</strong> (ActiveX Data Object.<strong>NET</strong>) is the sine qua non of <strong>ASP</strong>.<strong>NET</strong>. All of the web controls and forms are for naught without some way to work withthem and a database. Work with any application that uses data input and/or recoveryneeds some mechanism for placing the data into a storage facility. E-business would beimpossible without some way of entering data to store and retrieve orders and of keepingtrack of what has been processed and what is waiting to be processed. Working with ADO.<strong>NET</strong>, you can bring together all of the work you’ve done with web forms and controls andactually use the SQL <strong>com</strong>mands from the previous chapter.Creating a DatabaseThe process of creating a database with Visual Studio 2008 is quite simple. Depending onthe nature of your hosting service, you may be able to create your online database usingVisual Studio 2008 in a remote site—such as your home or office not co-located with theSQL Server. However, to get started, we’ll walk through the process of creating a database

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!