Visual Basic Database Programming

Overview

If you are a Visual Basic programmer, this book will provide you with all the practical advice you need to master working with databases on client/server systems. Using real-life examples, this book provides a thorough and detailed introduction to ADO (ActiveX Data Objects) and to the various database productivity tools integrated into Visual Basic. It also offers a wealth of practical guidance on programming techniques allowing access to ...
See more details below
Available through our Marketplace sellers.
Other sellers (Hardcover)
  • All (13) from $1.99   
  • New (5) from $9.7   
  • Used (8) from $1.99   
Close
Sort by
Page 1 of 1
Showing 1 – 4 of 5
Note: Marketplace items are not eligible for any BN.com coupons and promotions
$9.70
Seller since Tue Jan 01 01:01:01 EST 2008

Feedback rating:

(97)

Condition:

New — never opened or used in original packaging.

Like New — packaging may have been opened. A "Like New" item is suitable to give as a gift.

Very Good — may have minor signs of wear on packaging but item works perfectly and has no damage.

Good — item is in good condition but packaging may have signs of shelf wear/aging or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Acceptable — item is in working order but may show signs of wear such as scratches or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Used — An item that has been opened and may show signs of wear. All specific defects should be noted in the Comments section associated with each item.

Refurbished — A used item that has been renewed or updated and verified to be in proper working condition. Not necessarily completed by the original manufacturer.

New
2001 Hardcover New Ships Fast! Satisfaction Guaranteed!

Ships from: Skokie, IL

Usually ships in 1-2 business days

  • Canadian
  • International
  • Standard, 48 States
  • Standard (AK, HI)
  • Express, 48 States
  • Express (AK, HI)
$37.40
Seller since Fri Jan 01 01:01:01 EST 2010

Feedback rating:

(50)

Condition: New
2001-11-02 Hardcover New Includes Sealed CD rom/New book with mild handling wear for a reasonable and discounted price. I will ship promptly with FREE delivery/tracking ... confirmation. Why wait, for a few dollars more choose expedited shipping and receive your order in a couple of days. Read more Show Less

Ships from: Marietta, GA

Usually ships in 1-2 business days

  • Canadian
  • International
  • Standard, 48 States
  • Standard (AK, HI)
  • Express, 48 States
  • Express (AK, HI)
$39.21
Seller since Tue Oct 07 09:35:53 EDT 2014

Feedback rating:

(294)

Condition: New
Brand New Item.

Ships from: Chatham, NJ

Usually ships in 1-2 business days

  • Canadian
  • International
  • Standard, 48 States
  • Standard (AK, HI)
  • Express, 48 States
  • Express (AK, HI)
$115.00
Seller since Tue Oct 07 09:37:03 EDT 2014

Feedback rating:

(184)

Condition: New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
Page 1 of 1
Showing 1 – 4 of 5
Close
Sort by
Sending request ...

Overview

If you are a Visual Basic programmer, this book will provide you with all the practical advice you need to master working with databases on client/server systems. Using real-life examples, this book provides a thorough and detailed introduction to ADO (ActiveX Data Objects) and to the various database productivity tools integrated into Visual Basic. It also offers a wealth of practical guidance on programming techniques allowing access to database servers such as MSQL Server. The book covers:
  • Different Ado cursor types
  • The advantages of stored procedures
  • Application of ADO controls
  • Distribution of VB database applications
  • Internet access via WebClass objects
  • Compact reference of ADO 2.1 objects and controls


All examples are based on SQL Server 7, and the book also gives detailed information about the Microsoft Data Engine (MSDE), which is ideal for smaller database projects; if required MSDE can be updated to SQL Server without any change of code.

This book:

  • Deals with problems as they appear in the real world, not as they are documented by Microsoft
  • Explains practical techniques which will optimize database performance
  • Provides guidance on dealing with problems encountered during with MSDE deployment
  • Introduces database administration using the SQLDMO library


CD-Rom contains:

  • All sample code
  • 100 Mbyte sample database
  • MSDE
Read More Show Less

Product Details

  • ISBN-13: 9780201721935
  • Publisher: Pearson Education
  • Publication date: 6/22/2001
  • Edition description: BK&CD ROM
  • Pages: 592
  • Product dimensions: 7.54 (w) x 9.52 (h) x 1.39 (d)

Meet the Author

Michael Kofler has been writing computer books for over ten years - including books on Linux, Visual Basic, Mathematica and Maple. He has recently completed his doctorate at the Technical University of Graz in Austria on the use of object-oriented databases for computer graphics applications.
Read More Show Less

Table of Contents

Preface
Structure of the book
Pt. I Introduction 1
1 Quick start 3
Pt. II Basics 21
2 Relational databases 23
3 Tools and components 47
4 Transact SQL 87
5 Database design 131
Pt. III Programming techniques 151
6 Connection objects 153
7 Recordset objects 209
8 Command objects 249
9 Hierarchical Recordsets 293
10 Database control elements 307
11 Storing linked records 351
12 Input form for linked records 375
13 Internet databases with WebClasses 445
14 SQL Server administration with SQLDMO 465
15 Transfer of database projects 489
Pt. IV Reference 517
16 Libraries 519
17 ADO control elements and designer 539
App. A: The accompanying CD-ROM 549
App. B: Bibliography 553
Index 555
Read More Show Less

Preface

Preface

If we are to believe MicrosoftĂ­s marketing department, constructing a database application with Visual Basic takes only a couple of mouse clicks -- countless wizards and designers do most of the hard work. In fact, it is a miracle that there are any programmers left!

Admittedly, it looks different in practice: the conception and development of a database application require a wealth of experience, as well as a great deal of patience and nerve. This book aims to make professional database applications more approachable.

As databases cannot be mastered overnight, further clarification is required here: this book is specifically aimed at those programmers who combine Visual Basic with a real client/server database.

All examples, detailed solutions, and programming techniques introduced in this book are based on databases managed with the Microsoft SQL Server 7 or with the Microsoft Data Engine (MSDE). (Much information also applies to Jet databases, but this is included as incidental information only.)

The Microsoft Data Engine requires a special mention at this point: this latest innovation from Microsoft has only been on the market since the launch of Office 2000. Although the MSDE was not marketed with Visual Basic 6 as standard, it was of great significance for all VB programmers: it meant that modern database technology could be used in supporting proportionately small projects. The MSDE is a somewhat limited, yet completely compatible, version of the Microsoft SQL Server. The distinctive feature is that the MSDE may be distributed with programs which were developed with the VB Professional or Enterprise version free of charge!

This is not exclusively a hands-on guide to Visual Basic, quite simply because VB alone is insufficient in developing an efficient client/server application. A special emphasis is therefore placed on the basic principles of the interaction between VB code, the ADO library, and the SQL Server. If you try to increase the efficiency of a VB program by using stored procedures (these are SQL procedures executed by the server), you will immediately recognize why modern VB database development simply is not possible without a basic knowledge of SQL or an understanding of the concepts of relational databases.

This book shows you how to piece together the Microsoft jigsaw puzzle of components, libraries, servers, etc. and apply it in a stable and efficient manner. I wish you the very best of luck!

Michael Kofler

Read More Show Less

Customer Reviews

Be the first to write a review
( 0 )
Rating Distribution

5 Star

(0)

4 Star

(0)

3 Star

(0)

2 Star

(0)

1 Star

(0)

    If you find inappropriate content, please report it to Barnes & Noble
    Why is this product inappropriate?
    Comments (optional)