Practical Database Programming with Visual Basic.NET
Avoiding overly large blocks of code used in most other database programming books, this book shows a simple and easy way to create database programs and explains how to build professional and practical databases more efficiently. In addition to Design Tools and Wizards, the runtime object method is also discussed and analyzed to let users design and implement more sophisticated data-driven applications with complicated coding techniques. Three popular database systems – Microsoft Access, SQL Server 2005, and Oracle Database 10g Express Edition (XE) – are discussed in detail, with practical examples and sample projects. This book will appeal to college students, programmers, and software engineers alike. Sample code and additional exercise questions for students, as well as solutions and lecture slides for instructors, are available via the Web (www.cambridge.org/9780521712354).
- A real sample database CSE_DEPT with 3 versions is provided and used for the entire book
- Sample code and additional exercise questions for students, as well as solutions and lecture slides for instructors are available via the Web
- Provides homework and exercises to serve as a good textbook for college students
Product details
October 2008Paperback
9780521712354
828 pages
253 × 178 × 41 mm
1.39kg
623 b/w illus. 88 tables 194 exercises
Temporarily unavailable - available from TBC
Table of Contents
- 1. Introduction
- 2. Introduction to databases
- 3. Introduction to ADO.NET
- 4. Data selection query with Visual Basic.NET
- 5. Data inserting with Visual Basic.NET
- 6. Data updating and deleting with Visual Basic.NET
- 7. Accessing data in ASP.NET
- 8. ASP.NET web services.