Mastering Delphi 7
|
| Price: |
11 new or used available from $138.21
Average customer review:Product Description
Still the Best Delphi Resource--Now Fully Updated and Expanded
Whether you're new to Delphi or just making the move from an earlier version, Mastering Delphi 7 is the one resource you can't do without. Practical, tutorial-based coverage helps you master essential techniques in database, client-server, and Internet programming. And the insights of renowned authority Marco Cantù give you the necessary knowledge to take advantage of what's new to Delphi 7--particularly its support for .NET. Coverage includes:
* Creating visual web applications with IntraWeb
* Writing sockets-based applications with Indy
* Creating data-aware controls and custom dataset components
* Creating database applications using ClientDataSet and dbExpress
* Building client-server applications using InterBase
* Interfacing with Microsoft's ADO
* Programming for a multi-tiered application architecture
* Taking advantage of Delphi's support for COM, OLE Automation, and COM+
* Taking advantage of Delphi's XML and SOAP support
* Implementing Internet protocols in your Delphi app
* Creating UML class diagrams using ModelMaker
* Visually preparing reports using RAVE
* Using the Delphi language to create your first .NET programs
Product Details
- Amazon Sales Rank: #732740 in Books
- Published on: 2003-02-20
- Original language: English
- Number of items: 1
- Binding: Paperback
- 992 pages
Editorial Reviews
From the Back Cover
Still the Best Delphi Resource-Now Fully Updated and Expanded
Whether you're new to Delphi or just making the move from an earlier version, Mastering Delphi 7 is the one resource you can't do without. Practical, tutorial-based coverage helps you master essential techniques in database, client-server, and Internet programming. And the insights of renowned authority Marco Cantù give you the necessary knowledge to take advantage of what's new to Delphi 7-particularly its support for .NET. Coverage includes:
Creating visual web applications with IntraWeb
Writing sockets-based applications with Indy
Creating data-aware controls and custom dataset components
Creating database applications using ClientDataSet and dbExpress
Building client-server applications using InterBase
Interfacing with Microsoft's ADO
Programming for a multi-tiered application architecture
Taking advantage of Delphi's support for COM, OLE Automation, and COM+
Taking advantage of Delphi's XML and SOAP support
Implementing Internet protocols in your Delphi app
Creating UML class diagrams using ModelMaker
Visually preparing reports using RAVE
Using the Delphi language to create your first .NET programs
About the Author
Marco Cantù is an internationally known programming author and teacher who specialize in Delphi development and XML-related technologies. Author of the best-selling Mastering Delphi series, he teaches advanced Delphi classes, speaks at conferences worldwide, and writes about Delphi programming in print and online magazines.
Customer Reviews
It's still the best Delphi book
It's right that it's not for a complete new comer, it's somewhat based on its previous versions. Because there's not a lot of Delphi books(not like C#... so many of them) for Delphi developers, it's still a very good book you can get for Delphi, it gives readers basic introductions to the new features of Delphi7... very concise introductions, as well as some "old" features but author wanted to highlight.
Too much snippets but kinda good overall
This book is probably the most exhaustive material on delphi programming...it contains at least 300 examples scattered throughout 25 chapters..apparently though this book is full of code snippets that had me printing code on paper just to get through one chapter(and a chapter contains an average of 15 examples chapter 2 had 19 examples and Chapter 7 had 33 examples)that by the time you finish a chapter youll be exhausted...me on my part it got me on spending at least 20 minutes printing codes on paper due to all the snippets of the examples on this book..the chapter on Client/Server Programming with dbexpress is kinda cloggy....since it presented a convoluted approach to dbexpress..and in order to be able to atleast understand the examples specifically on triggers and stored procedures you should have at least read the TEACH YOURSELF INTERBASE documentation kit that came along with interbase...this chapter focuses more on Interbase Express rather than DBExpress so it kinda makes the substance of the chapter incoherrent...For People wishing to dig deep into DBExpress i suggest ya read another book...DELPHI/KYLIX DATABASE DEVELOPMENT by ERIC HARMON
The examples specifically on creating triggers is erroneous:
Create trigger set_cust_no for customers
before insert position 0 as
begin
new.cust_no = gen_id(cust_no_gen, 1);
end
cantu forgot about the termination statement issue on trigger statements on SQL Servers he should have written
set term ^;
Create trigger set_cust_no for customers
before insert position 0 as
begin
new.cust_no = gen_id(cust_no_gen, 1);
end^
set term ;^
if ya wanna go up to speed in the book i suggest reading(Chapter 2,3,5,6,7,8,13,14,15,16,17,18,19,20,21,22)
Chapter 2 focuses more on the object oriented programming on delphi on the class level
chapter 8 focuses on oop on the form design level
Chapters 13 - 19 focuses on database programming
Chapter 20 - 22 focuses on Simple object access protocol, XML and internet and server-side programming using sockets and TCP/IP
overall the book has not one complete code...everything is a snippet which would ultimately eat away a lotta time..youve gotta download the code on www.marcocantu.com and use a printer. In conclusion youll end up spending more money printing the codes than buying this book...But still its the best book around on delphi..but youve gotta be extremely patient and determined if ya wanna learn delphi programming because a chapter of this book will get you very very exhausted
Best overall Delphi Book Available
This is the best general purpose Delphi Book on the Market. Mr. Cantu again shows that he knows Delphi as he continues this series of books.
Ignore what adiv says; every review he writes is negative.
If you are serious about Delphi programming you need this book!



