Distributed
More Pages: Distributed Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233

List price: $59.99 (that's 58% off!)
Used price: $18.45

No depth
Overall a good book capturing the various building blocksOverall a pretty good guide.
Informative and helpfulI'm writing an interface to the PeopleSoft to
interface with our system.
This book is the best I have found so far.

List price: $29.95 (that's 8% off!)
Used price: $2.44
Buy one from zShops for: $4.80

Old and in need of Update
A complete guide to RPC
Excellent fountain of RPC knowhow
Used price: $43.63
Buy one from zShops for: $37.94

Seriously out of dateTwo main issues:
(1) If you are going to use this book with any BW versions 3.x, you are going to have trouble. This is so because (1.1) some of the screenshots are out of date, and (1.2) there are somethings that 2.x did and used that are not done and used anymore - for example the CS Unit of Measure is no longer used. If you dont know that, you will become old sitting in front of your screen trying to figure out why something is not working.
(2) The books fails to omit some major steps. For example, in going from Ch.4 to Ch. 5 - Queries, you need to load some other data. At no point is this mentioned. I mean its quite obvious that more data needs to be entered, otherwise, Ch. 5 aint going to work - but thats just the problem - its too obvious. Sometimes - when we have been behind the screen for too many hours, we fail to see things precisely because they are TOO obvious. So ... you can wind up spending too much time futzing around trying to figure out why something is not working.
Navigation in 2.0 and nothing more...It is more of an end-user self-training package targeting the individuals that want to memorize and troubleshoot their way through the setup rather that providing a step-by-step business case driven scenario.
Unfortunately the release that make the subject of the book is already obsolete (well, this is not authors' fault).
The CD-ROM attached to it is of little if any use;
Best overview of BW hands-on tasksOn the other hand, you better have some experience building Data Warehouses prior to using BW. There might be 2 or 3 ways to build a business solution and this book is not necessarily a good source for "best practices" or architecture concepts. A good book that could complement this one is "Mastering the SAP Business Information Warehouse".

Used price: $3.50
Buy one from zShops for: $10.99

An excellent source for ADO and OLE db
very helpful once you have a base COM & Ole db understanding
Great book on OLE DB 1.1
Used price: $9.49
Collectible price: $9.99
Buy one from zShops for: $48.99

Well intentioned, poorly executed
Concurrent Systems
Four stars.The content is very consise and detailed. However due to this, the book requires close attention while reading (so don't read this too late at night).
I feel the other reviews on this book are rather harsh, and I must admit that the first few chapters tend to be badly written, but the rest are ok.

Used price: $1.90
Buy one from zShops for: $12.49
The book begins with the basics of programming with the ATL COM AppWizard in Visual C++. A tour of such DCOM (Distributed Component Object Model) fundamentals as monikers, marshalling, and problems to be overcome in distributed systems comes next. (This book is written in "expert mode," so don't expect the author to hand-feed the fundamentals to you.) A general tour of the latest and greatest in Microsoft technologies--all accessible via COM (Component Object Model) objects--follows. This section includes examples of using ATL (and the Microsoft Foundation Classes [MFC]) for Active Directory services; using MTS for transactions; and using Microsoft Messaging and Queuing (MSMQ) Server for reliable delivery of messages across the enterprise, clustering services, and even security.
Written in an intelligent and engaging manner, the book provides cutting-edge samples of C++ code that make use of recent Microsoft technologies that will become more important to any organization using Windows NT 4 or 5. --Richard Dragan

Hello? ... DCOM is no more.DCOM is just another disposable technology. As such, it was a complete failure; one that the marketing folks at M$ have tried to bury as quickly as possible under an avalanche of .NET hype.
DCOM was hard to port because, like COM, it is based on a binary standard (i.e. a standard that changes when you leave x86 and go to 64-bit RISC). Not only that, but DCOM doesn't support distributed transactions. Worst of all, DCOM is a very, very complicated technology to use. Three strikes... YOU'RE OUT!
The half-wit MBAs at Micro$oft realized their mistake and have abandoned DCOM, leaving it forever in the backwaters where the only record of its sorry existence are stupid books like this.
I have no idea why someone would want to buy this book. Folks, this is a dead technology. It is no more. It is an ex-techology. If you buy this book, you are lying to yourself. This book will sit an gather dust, unless you can find more productive uses for it...like burning it to stay warm.
quite a mouth full.The author have not stopped with explaining COM, DCOM and all other technologies as a toolkit. He has shown how to put them all to use in building real solutions to real problem. I liked the way he had simulated the scenario when you face trouble, when you start building systems that stretch over an entire enterprise, and how things get more complicated, and how difficult it become to deliver flexible, reliable and timely solutions.
If you are starting a new project which involves C++, ATL, COM, DCOM and other technologies like MTS, MSMQ and IIS, and if you use services of ADO, then with this book you are already there into the next phase of your project.
I would have given a four star if this book have not dealt with some of the topics which I think it is premature to implement in the industry when the services are actually in their beta release.
Should really be called "Win32 Enterprise Primer"
Used price: $1.95
Collectible price: $35.13
Buy one from zShops for: $52.77

Clear and Step-by-Step THIS.You're not introduced to PowerScript until nearly halfway through the book, the code is NOT laid out in a step-by-step fashion AT ALL after the first chapter or so (and even then), there are coding errors all over the place, and the finished product that you can download has all sorts of inconsistencies with what's in the book (it's as though they kept the application the same from PowerBuilder 5 and never bothered to check the new text against it or something).
I'm in the process right now of trying to reverse engineer the example from Que's website and compare my own to figure out what snippets the book has omitted that are preventing my application from functioning properly. Thank you, William Heys, for depriving me of some much-needed sleep. :P~
Its a good book but it takes a while to get through it
Good book for object-oriented developers
Used price: $2.00
Buy one from zShops for: $2.77

As terrible as it gets
I Don't Understand The Writer ....
It is Good and It is Bad
Used price: $1.14
Buy one from zShops for: $8.79

CD Doesn't Work on Windows 95B !
Good for Basics. Poor for Advanced TopicsThe CD samples actually work, and contradict the poor code in the book. If you want to see how Developer2000 works, review the CD, and then take your pen to the book, make changes, and submit your edits (and bill for your time) to the Publisher. However, this is all contingent upon the fact that you can load the CD. I spent two days attempting to install the CD... even when I have used Oracle and Dev2000 before.
A CD tip for the USER that the book won't tell you: the Dev2000 Demo CD only runs on Win95.
A CD tip for the AUTHOR and PUBLISHER: Everybody does not run Win95.
Overall, the book is below average since it's examples cover only the most basic of reports and functionality. Maybe, you could teach a college class with this, but it is impractical in business. Who prints a report based on a simple join anymore?
Inquiry on this Book....Thank you.

List price: $70.00 (that's 12% off!)
Used price: $44.79
Buy one from zShops for: $44.99

Not Useful
If you are a developer do not buy this book
it is made for a dummy like me