Mastering Oracle Power Objects
暫譯: 精通 Oracle Power Objects

Rick Greenwald, Robert Hoskin

  • 出版商: O'Reilly
  • 出版日期: 1997-03-11
  • 定價: $1,400
  • 售價: 2.1$299
  • 語言: 英文
  • 頁數: 508
  • 裝訂: Paperback
  • ISBN: 1565922395
  • ISBN-13: 9781565922396
  • 相關分類: Oracle
  • 立即出貨(限量) (庫存=10)

買這商品的人也買了...

商品描述

Description:

Oracle Power Objects, a new product from Oracle first released in 1995 as part of the Workgroup 2000 initiative, is a cross-platform development tool that greatly simplifies the development of client/server database applications. With Power Objects, you can develop applications for Windows, Windows 95, Windows NT, and the Macintosh in a remarkably short amount of time; for example, you can build a master-detail application that can add, update, and select records via a user interface -- all in 30 seconds, with no coding!

This is the first book that covers Power Objects Version 2. It's an in-depth work, aimed at developers, that provides detailed information on getting the most from the product. It looks thoroughly at the most advanced features of Power Objects, covering specific application issues such as lists, reports (using both the native report writer and the Crystal Reports product), built-in methods, moving data, implementing drag-and-drop, etc. It also focuses on the use of object-oriented principles, global functions and messaging, OCXs, debugging, and cross-platform issues. The book also includes chapters on using PL/SQL with Power Object, and ways of integrating the World Wide Web with the product. It provides a wealth of developer tips and techniques, as well as understandable explanations of the internal workings of Power Objects. The accompanying diskette contains practical and complete examples that will help you build working applications, right now.

 


Table of Contents:

Preface      xi
  I:  Overview    1
  1.  Introducing Oracle Power Objects    3
The Challenges of Client/Server Computing    3
What is Oracle Power Objects?    5
OPO Fundamentals    9
Oracle Basic    18
The Version 2 Developer Interface    27
The Order Entry System    32
  II:  OPO and Data    33
  2.  Client-Side Data Issues    35
Using Data in a Client/Server System    36
Binding Data in Oracle Power Objects    37
Counter Objects    44
Master-Detail Relationships    47
Recordsets    54
Recordset Methods    56
Shared Recordsets    63
Standalone Recordsets    63
Fetch Modes    64
  3.  Server-Side Data Issues    71
Sessions    72
Transactions    83
Transactions and Locking    89
Transactions and RowFetchMode    94
Handling Lost Updates    97
EXEC SQL    108
  4.  Moving Data    115
Migrating Databases with the Migration Tool    116
Moving Data with Drag and Drop    121
Exporting Selected Rows    125
Importing Data From a File    140
Handling Import Errors    146
Delivering Feedback    151
Enhancing the Import Process    159
  III:  Global Issues    183
  5.  Built-In Methods    185
Open Form Example    186
Update and Insert Example    195
  6.  Global Variables, Functions, and Menus    217
Basic Variable Scoping    217
User-Defined Properties and Methods    223
Communicating with Methods    227
Implementing Menus, Toolbars, and Status Lines    231
  7.  Object Classes and Libraries    249
Libraries    250
Classes    255
Subclasses    273
  IV:  Creating Real Applications    291
  8.  Lists    293
List Boxes    294
Version 2-The New CSList Object    298
List Box Classes    306
Pick Lists    315
Creating a Quantity Form    323
  9.  Reports    345
Version 2 Reporting Tool Options    346
Using Views in OPO Reports    347
Constructing a Report with the OPO Report Writer    349
Coordinating Your Report with a
QBF Form    356
Reporting with Crystal Reports Pro v5.0    360
  10.  Implementing Drag and Drop    369
Drag and Drop Architecture    369
Mouse Methods    370
Of Mice and Clicks    372
Dropping over Fixed Objects    373
Dropping over Repeaters    374
Using Drag and Drop    374
  11.  Compiling and Debugging Applications    389
Compiling Applications    390
Deployment Options    392
Finding Errors    395
Trapping Run-Time Database Errors    406
Designing for Error-Free Operation    409
  V:  OPO and Beyond    413
  12.  PL/SQL    415
Why PL/SQL?    415
What is PL/SQL?    417
PL/SQL Syntax    417
The Structure of a PL/SQL Program    419
Packages    423
OPO and PL/SQL Procedures    424
  13.  Integrating the Web    433
All You Need to Know About the Internet    434
Accessing the Web Through Power Objects    436
OPO in the Web    449
Summing Up    453
  Appendix: OPO Questions and Answers      455
  Index      473

商品描述(中文翻譯)

**描述:**
Oracle Power Objects 是 Oracle 於 1995 年首次推出的產品,作為 Workgroup 2000 計畫的一部分,是一款跨平台的開發工具,極大簡化了客戶端/伺服器資料庫應用程式的開發。使用 Power Objects,您可以在非常短的時間內為 Windows、Windows 95、Windows NT 和 Macintosh 開發應用程式;例如,您可以建立一個主詳細資料應用程式,通過用戶介面添加、更新和選擇記錄——所有這一切只需 30 秒,無需編碼!

這是第一本涵蓋 Power Objects 版本 2 的書籍。這本書深入探討,旨在幫助開發人員充分利用該產品,提供詳細資訊。它徹底分析了 Power Objects 的最先進功能,涵蓋了特定的應用問題,如列表、報告(使用本地報告編寫器和 Crystal Reports 產品)、內建方法、數據移動、實現拖放等。它還專注於物件導向原則的使用、全域函數和消息傳遞、OCX、除錯和跨平台問題。書中還包括使用 PL/SQL 與 Power Object 的章節,以及將全球資訊網與該產品整合的方法。它提供了豐富的開發者提示和技巧,以及對 Power Objects 內部運作的易懂解釋。隨書附贈的磁碟包含實用且完整的範例,將幫助您立即建立可運行的應用程式。

**目錄:**
前言 xi
I: 概述 1
1. 介紹 Oracle Power Objects 3
客戶端/伺服器計算的挑戰 3
什麼是 Oracle Power Objects? 5
OPO 基礎 9
Oracle Basic 18
版本 2 開發者介面 27
訂單輸入系統 32
II: OPO 與數據 33
2. 客戶端數據問題 35
在客戶端/伺服器系統中使用數據 36
在 Oracle Power Objects 中綁定數據 37
計數器物件 44
主詳細資料關係 47
記錄集 54
記錄集方法 56
共享記錄集 63
獨立記錄集 63
擷取模式 64
3. 伺服器端數據問題 71
會話 72
交易 83
交易與鎖定 89
交易與 RowFetchMode 94
處理遺失的更新 97
EXEC SQL 108
4. 移動數據 115
使用遷移工具遷移資料庫 116
使用拖放移動數據 121
導出選定行 125
從文件導入數據 140
處理導入錯誤 146
提供反饋 151
增強導入過程 159
III: 全球問題 183
5. 內建方法 185
開啟表單範例 186
更新和插入範例 195
6. 全域變數、函數和菜單 217
基本變數範圍 217
使用者定義屬性和方法 223
與方法進行通信 227
實現菜單、工具列和狀態列 231
7. 物件類別和函式庫 249
函式庫 250
類別 255
子類別 273
IV: 創建真實應用程式 291
8. 列表 293
列表框 294
版本 2 - 新的 CSList 物件 298
列表框類別 306
選擇列表 315
創建數量表單 323
9. 報告 345
版本 2 報告工具選項 346
在 OPO 報告中使用視圖 347
使用 OPO 報告編寫器構建報告 349
協調您的報告與 QBF 表單 356
使用 Crystal Reports Pro v5.0 報告 360
10. 實現拖放 369
拖放架構 369
滑鼠方法 370
滑鼠與點擊 372
在固定物件上放置 373
在重複器上放置 374
使用拖放 374
11. 編譯和除錯應用程式 389
編譯應用程式 390
部署選項 392
尋找錯誤 395
捕獲運行時資料庫錯誤 406
設計無錯誤操作 409
V: OPO 及其後 413
12. PL/SQL 415
為什麼選擇 PL/SQL? 415
什麼是 PL/SQL? 417
PL/SQL 語法 417
PL/SQL 程式的結構 419
包 423
OPO 與 PL/SQL 程序 424
13. 整合網路 433
您需要知道的所有有關網際網路的資訊 434
通過 Power Objects 訪問網路 436
OPO 在網路中的應用 449
總結 453
附錄: OPO 問題與解答 455
索引 473