See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.


Have one to sell? Sell yours here
 
   
Visual Basic 6 Business Objects
 
See larger image
 

Visual Basic 6 Business Objects [Illustrated] (Hardcover)

by Rockford Lhotka (Author)
4.0 out of 5 stars See all reviews (26 customer reviews)

Available from these sellers.


13 used from £0.98

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Visual Basic
   microsoft.com/VisualStudio    Program in Multiple Languages with more flexibility for efficiency. 
Business Objects Support
   BusinessIntelligence.ITtoolbox.com    Join this free online group. Visit the leading IT community. 
Business Objects Experts
   www.IT-Performs.com    Health Checks, Migration to XI Dashboards & Ad-Hoc Web Reporting 
  
 

Customers Who Bought This Item Also Bought

Beginning Visual Basic 6 Database Programming

Beginning Visual Basic 6 Database Programming

by John Connell
4.7 out of 5 stars (73)  £26.77
Beginning Visual Basic 6 Objects

Beginning Visual Basic 6 Objects

by Peter Wright
Explore similar items

Product details

  • Hardcover: 735 pages
  • Publisher: WROX Press Ltd; illustrated edition edition (1 Oct 1998)
  • Language English
  • ISBN-10: 186100107X
  • ISBN-13: 978-1861001078
  • Product Dimensions: 23.9 x 18.5 x 5.6 cm
  • Average Customer Review: 4.0 out of 5 stars See all reviews (26 customer reviews)
  • Amazon.co.uk Sales Rank: 652,631 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Product Description

Synopsis
In recent years, the concept of 'business objects' has taken hold in the developer community. Basically, these are the processes that deal with some input data and mediate the appropriate business response. Whether this be a stock-withdrawal from a warehouse supply system, an invoice-sender or whatever, writing the code in such a way that it can be used by an entire organization to maintain coherent information on the business is worthwhile. Visual Basic 6 classes can be exposed as ActiveX objects. This allows the developer to use DCOM to enable objects to communicate between machines. Also, objects can be both called and scripted by Active Server Pages and controlled by Microsoft Transaction Server, so that they are accessible through a web browser. Tied to these new server-side technologies from Microsoft, we can see that Visual Basic is a great tool to implement such a system. The book does this for a variety of client-server designs, to show how to design and deploy business objects. This book is aimed at experienced application developers, who have developed applications in Windows using Visual Basic. It will also appeal to intermediate-level programmers because it presents components and techniques that can easily be integrated into their applications.

From the Publisher
This book is aimed at experienced application developers, who have developed applications in Windows using Visual Basic. It will also appeal to intermediate-level programmers because it presents components and techniques that can easily be integrated into their applications.

See all Product Description

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

26 Reviews
5 star:
 (16)
4 star:
 (3)
3 star:    (0)
2 star:
 (4)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (26 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
2 of 2 people found the following review helpful:
5.0 out of 5 stars Don't leave home without it!, 6 Aug 1999
By A Customer
Another fantastic Wrox book! I have already used Rocky's design principles in a 4 tier Web application and they are already reaping the dividends (literally!). Rocky doesn't just copy out examples from the MSDN - he actually explains in great detail HOW to design a working application outlining the pitfalls on the way. Rocky guides the reader through the basic principles all the way to a full blown 3/4 tier working development using different front ends, while explaining the limitations and power of Microsoft's DNA paradigm. You will learn and understand the principles faster by actually going through the examples and using the VB debugger rather than leaving it for bedtime reading. It takes a little longer to develop an app using components but the rewards come in the reduced maintenance costs, multiple front ends without re-code and the scalability of your solutions. No more maintenance budget gobbling code monsters!!

Not really for the beginner programmer though - too much melon twisting!

Thanks Rocky!

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
5.0 out of 5 stars The Professionals Guide to n-Tier Distributed Apps in VB, 10 Jun 1999
By A Customer
If you are a client-server developer using VB and you are able to invest up-front time in writing maintainable 2 or 3 tier applications then you must have this book. The GUI level stuff is really only in the book to show that properly constructed business objects expose functionality that can be harnessed by any front end (MDI, Excel, ASP etc). This is about design, organization and persistence beyond the GUI; it about COM, DCOM and the efficient use of of network bandwith. VB5 or 6 is the tool it uses and it takes a knowledge of this for granted; the value is in the concepts illustrated by the application that is produced by the reader as he/she reads.

My development department has 4 staff and 5 copies of this book! Warning - needs VB 5 or 6 Enterprise Edition, MS SQL Server 6.5+ and MS Transaction Server for full value.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5.0 out of 5 stars Excellent book, 20 May 2002
By A Customer
This is an excellent book that teaches the reader how to create 3 Tier object orientated databases, the explanation are very clear for any experienced Visual Basic programmer to understand. The only downside to this book is that is uses AddNew methods of Recordset object to add new records into the database, it would had been better to you SQL for that operation but apart from that its a very good but. I wouldn't recommend this book to beginners.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

5.0 out of 5 stars The Best VB Business Object book I've read so far!
This book took me from being an average VB programmer to one that could develop n-tier applications using business objects. Read more
Published on 22 Sep 2000

5.0 out of 5 stars An excellent OO book
This is a very readable book on OO programming. Rocky uses a video shop example (to which almost everyone can relate) to explain how to build versitile and robust business... Read more
Published on 11 Mar 2000 by stephenc@retemail.es

1.0 out of 5 stars Will excite you at first, but really it's a blind alley.
I loved this book when I first read it. I just couldn't put it down! And I eagerly started to put it into practice in my job. Read more
Published on 1 Oct 1999

2.0 out of 5 stars OK if you embrace the authors design pattern
The book has not changed much from the previous version, and it is truly let down by this. There is scant information on ADO and the new features of VB6. Read more
Published on 31 Aug 1999

5.0 out of 5 stars The best book on object-oriented programming I've read.
I learned Java and C++ from books without really grasping how I could apply object-oriented concepts to a real project. Read more
Published on 13 Jul 1999

2.0 out of 5 stars Not what you would be led to expect...
After reading Beginning VB Objects by Peter Wright (a wonderful book that will refresh you on core VB and object-oriented design), I decided to look at Visual Basic 6. Read more
Published on 8 Jul 1999

5.0 out of 5 stars Excellent
A very readable text on OO based design in VB. This is must read for anyone wanting to move from procedural/event driven models to more modular ways of constructing VB apps.
Published on 30 Jun 1999

5.0 out of 5 stars Excellent!
Superb discussion of OO concepts, and how to make the best use of them in VB, even when VB falls short (i.e., overcoming the class inheritance limitation in VB).
Published on 11 Jun 1999

5.0 out of 5 stars This is the book.
I don't already have the VB 5 version and I thought that for a working professional like myself, it is about time someone wrote a book that covers what this one does. Read more
Published on 7 Jun 1999

2.0 out of 5 stars It's the same as the VB5 version.
Why didn't he metion anything about ADO recordset marshaling. Why he use the same technique as VB5. His previous book was excelent I think he should put more effort to use the... Read more
Published on 6 Jun 1999

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Look for similar items by category


Feedback


Health & Beauty at Amazon.co.uk

Elemis Resurface and Renew Skin Care Gift Set of 4 Products
From soap to shavers, massagers to mascara, stock up on your daily essentials or truly pamper yourself.

Discover Health & Beauty

 

More From Rockford Lhotka

Professional Visual Basic...

Professional Visual Basic 5.0...

In recent years, the concept of 'business objects' has taken hold in... Read more

 

We've Got Converse

Converse
Stock up on your favourite styles with great deals on Converse shoes.

Shop Converse

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates