Have one to sell? Sell yours here
Learn to Program with Visual Basic 6 Databases
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Learn to Program with Visual Basic 6 Databases [Paperback]

John Smiley (Author)
4.5 out of 5 stars  See all reviews (75 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
Multimedia CD, Import --  

Book Description

Learn to Program August 1999
In "Learn to Program Visual Basic Databases," John Smiley provides a solid foundation for the beginning or intermediate user interested in working with database theory and uses this knowledge to create a fully database-enabled Visual Basic application. Smiley's simple, conversational style is entertaining even when he is explaining the most difficult programming principles. The book is classroom-based, and his question and answer format often addresses commonly-asked student queries. Smiley also provides step-by-step instructions for each exercise and handy online references for more information.
--This text refers to an out of print or unavailable edition of this title.


Editorial Reviews

Amazon.com Review

Well-known computer author John Smiley has written Learn to Program Databases with Visual Basic 6, which features a very friendly approach to learning the basics of database programming with Visual Basic. Aimed at the novice Visual Basic programmer, this patient tutorial may be just what you've been waiting for to help you master databases within VB.

The most distinctive feature here is the format of this book, which features Q&A dialogues between the hypothetical students and the author as he works through the basics of database design with VB6. With an exceedingly patient presentation style, this approach will work best for the novice VB programmer. The book starts from square one, with the fundamentals of databases, before it proceeds to VB's database components, such as the Data Control. The book makes use of a single case study for a product catalog for a dishware shop. Readers will learn how to add tables using Microsoft Access and then build forms that access data within Visual Basic.

Besides the fundamentals, the author does mention key Visual Basic technologies, such as an ADO primer on the syntax of SQL for querying databases. The goal of this book isn't so much a comprehensive tour as much as a how-to for demystifying databases within Visual Basic.

In all, this book's format makes it an ideal choice for the novice programmer who's had trouble making the leap into the world of database development. Learn to Program Databases with Visual Basic 6 can put the powers of a VB database into the hands of virtually any reader who's willing to spend a few hours reading and working through its effective code examples. --Richard Dragan

Topics covered: Visual Basic database tutorial, database basics, tables, records, fields, field types, primary and foreign keys, referential integrity, using Microsoft Access, the Visual Basic Data Control ( properties and methods), ActiveX Data Objects (ADOs), Recordsets (properties and methods, record navigation, and updating records), queries, SQL basics, updating records, the DBGrid control, and form design.

About the Author

John Smiley has been programming and teaching for over 20 years. He is the president of John Smiley and Associates, a computer consulting firm which serves clients in the Philadelphia Metropolitan area. He teaches computer science at Penn State University, the Philadelphia College of Textiles and Science, Holy Family College, and he currently teaches popular online courses on SmartPlanet. --This text refers to an out of print or unavailable edition of this title.

Product Details

  • Paperback: 655 pages
  • Publisher: Active Path (August 1999)
  • Language: English
  • ISBN-10: 1902745035
  • ISBN-13: 978-1902745039
  • Product Dimensions: 9.1 x 7.8 x 1.6 inches
  • Shipping Weight: 2.7 pounds
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (75 customer reviews)
  • Amazon Best Sellers Rank: #2,489,118 in Books (See Top 100 in Books)

More About the Author

I live just outside of Philadelphia, Pa. I am the president of my own Computer consulting firm, Smiley and Associates, and I provide computer services to companies both large and small in the surrounding Philadelphia Metropolitan area.'Currently, I am working on a long term contract programming position doing mostly Visual Basic work, but also some JavaScript and Oracle Database work.

Over the years, my consulting contracts have included contract positions as a Systems Analyst, Mainframe IDMS Database Administrator, Oracle Database Administrator, Network LAN Administrator, UNIX Systems Administrator, and programming positions using these languages: COBOL, C, C++, Java, and Visual Basic (my personal favorite).'

In addition to my work in the computer industry, I love to share my knowledge, and so for the last twenty years I have taught Computer Science at several Philadelphia area colleges and universities---I truly love to teach.

In 1998, I wrote an introductory Visual Basic programming book, and since then, have written others on Visual Basic, VB.Net, C#, Java and C++, and I'm currently working on a book on JavaScript. Writing books is just another way I have found to share my knowledge. In connection with my books, I have also appeared twice on TechTV's Cable show ScreenSavers. Also, my Java book was used as a plot vehicle in one of the episodes of HBO's Sopranos fourth season--which was very exciting!

I enjoy sports of all kind, and have participated in the MS150, which is a two day, 150 mile bike ride from Philadelphia to Ocean City, NJ, whose proceeds will, hopefully, cure Multiple Sclerosis. Two years ago, I started running again, and have recently completed several 5K, 8K and 5 mile races.'

 

Customer Reviews

75 Reviews
5 star:
 (54)
4 star:
 (11)
3 star:
 (4)
2 star:
 (2)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
4.5 out of 5 stars (75 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

22 of 23 people found the following review helpful:
5.0 out of 5 stars Data Base Programming Demystified, February 25, 2000
By 
This review is from: Learn to Program with Visual Basic 6 Databases (Paperback)
John Smiley continues with the venerable Bullina China Shop program and his university class to introduce the reader to programming data bases using Visual Basic. The style of the book follows Professor Smiley's university class through the semester as they learn to use and interface data bases to Visual Basic. For me this engaging method involves me and makes learning this subject very pleasant. The information is presented in a logical progression within the framework of a standard development process as Professor Smiley's university class modifies a class project completed the previous semester for Joe Bullina, owner of the Bullina China Shop.

The book is geared for the beginner and uses DAO (Data Access Objects) methods in presenting the subject rather than the current ADO (ActiveX Data Objects) methods. So if your an experienced programmer looking for an introduction to ADO look elsewhere; however, for the novice, this book walks you through the processes necessary to bind data controls to the VB program. With this background the reader can go on to the ADO methods with a rich background that will smooth the transition to the current popular method.

The book includes a CD with all the source code and supporting files needed to develop the project chapter by chapter. Additionally, the author maintains an extensive web site where you can go for help and assistance.

In summary, I highly recommend this book to all who have an interest in getting up to speed using Visual Basic with data bases. Buy it, read it, work through the demo project, and you will have gained valuable skill.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 15 people found the following review helpful:
5.0 out of 5 stars An excellent introductory book on VB data control, August 3, 2001
By A Customer
John Smiley's Learn to Program Database with Visual Basic 6 is the best introductory book on VB database programming. This book was written in plain English, and the novelistic style with the college class flow helps me stick with the topic really well.

I took a VB database course at the local college one years ago, the instructor focused more on hands-on practices instead of teaching the theory behind it. In fact, one month after the course, I forgot half of the skills that I've learned. Then I bought John Connell's Beginning Visual Basic 6 Database Programming to bring back my memory and enhance my VB database skill. However, I got stuck at chapter seven, which is about building a data control class module; then, it was the time I went out to buy this book.

The whole book is about teaching students and VB beginners how to build a database-enabled program by using the VB intrinsic data control and data bound controls. Professor John Smiley brings readers step by step along with theory behind it to overcome most of obstacles beginners always encounter. All the steps showed in the book are not the optimized steps; they are steps how the author's students learned to build a working application, and the author explains the best ways of coding thoroughly whenever errors occur to his students. I spent less than two weeks to read from cover to cover two times and practice all the exercises. After reading this book, I was more comfortable to work on John Connell's Beginning Visual Basic 6 Database Programming book. Now, I am on Charles Williams's Professional Visual Basic 6 Databases with VB, ADO, SQL Server and MTS. Then, I think I will be ready to study for MCSD exams.

Thanks to Professor John Smiley! Without his excellent work on this book, I would not be able to get to the intermediate level by self-studying.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 11 people found the following review helpful:
4.0 out of 5 stars Very good introduction to databases, December 9, 2001
By 
E. Chapa "E" (San Antonio, TX USA) - See all my reviews
(REAL NAME)   
I have used 2 of Professor Smiley's books (His Intro and Objects books) and they provided a wealth of information as does this book. It's set up in a university classroom setting where his students get to do a real world project for a china shop owner (really modifications to an existing program). The original program is first introduced in the Intro book, but you can go to the publisher's website to download the project as it stood in the Intro book. I have done database programming for years, but was looking for using VB 6 with Databases. It was very informative but I can't rate it 5 stars like his other books because I felt there wasn't enough coverage of DAO and hardly any about ADO. As for using Access, it will give you just enough to use Access for simple table creation and such. If you're looking for heavy duty use between Access and VB, this book isn't for you. If you are looking to be led by the hand for introductory Visual Basic with Databases, by all means get this book. For the ADO and DAO, use the O'Reilly nutshell books - they're excellent.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject