Practical Database Programming with Visual Basic.NET
Unlike most other database programming books, which discuss and present database programming techniques through huge blocks of programming code, this book uses a unique writing style to show readers how to develop professional and practical database programs using Visual Basic.NET 2005 Design Tools and Wizards related to ADO.NET 2.0, and to apply codes that are auto-generated by using Wizards. Avoiding overly large blocks of code, the book shows a simple and easy way to create database programs and enable the reader 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 allow users to 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 attract 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
Available
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.