Beginning VB 2005 Databases: From Novice to Professional

Jacob Hammer Pedersen, Ranga Raghuram, Jon Reid, James Huddleston, Syed Fahad Gilani, Scott Allen

  • 出版商: Apress
  • 出版日期: 2007-02-26
  • 售價: $1,550
  • 貴賓價: 9.5$1,473
  • 語言: 英文
  • 頁數: 491
  • 裝訂: Paperback
  • ISBN: 1590598105
  • ISBN-13: 9781590598108
  • 相關分類: 資料庫
  • 已過版

買這商品的人也買了...

商品描述

Description

Beginning Visual Basic 2005 Databases teaches you everything you need to know about relational databases, SQL, and ADO.NET 2.0, giving you a sound start in developing console and Windows database applications. The book also includes chapters on the new SQL Server XML data type and the forthcoming LINQ enhancements to the next version of Visual Basic.

In addition to teaching you database basics like using SQL to communicate with databases, this book provides you with detailed, code-practical techniques to access data in VB 2005 across a range of coding situations. Code-heavy and full of practical detail, this book has been fully revised and upgraded for .NET 2.0 and offers you the best contemporary practice in this core programming area, so that you'll find yourself using it in nearly all your .NET projects.

  • Provides step-by-step instructions on how to install and configure necessary tools
  • Presents all essential SQL query and update concepts and syntax, so you needn't have prior familiarity with relational databases or SQL
  • Describes how to use ADO.NET transactions, exceptions, and events
  • Covers ADO.NET features for handling XML, text, and binary data within a VB 2005 context
  • Explains all concepts through straightforward code examples