
Beginning ASP.NET Databases Using VB.NET
Edición de la obra Beginning ASP.NET Databases Using VB.NET
| Autor | John Kauffman |
|---|---|
| Editorial | John Wiley & Sons, Ltd. |
| Fecha de publicación | 2004 |
| Lugar | New York |
| Idioma | inglés |
| Formato | eBook |
| ISBN-13 | 9780764558818 |
| Número de Cutter | K21b |
What is this book about? For a web site to offer its users an experience that improves on that of newspapers or textbooks, it needs a way to change the information it contains dynamically - and that means it needs access to a data source. Through the combination of ASP.NET and ADO.NET, Microsoft provides everything necessary to access, read from, and write to a database, and then allow web users to view and manipulate that data from a web browser. In this book, we'll show you how it's done. What does this book cover? Packed with clear explanations and hands-on examples, Beginning ASP.NET Databases contains everything you'll need on your journey to becoming a confident, successful programmer of data-driven web sites. In particular, we'll look at: Connecting to common data sources, including SQL Server and MS Access Reading data with data reader and dataset objects Creating and...