Pro*Fortran Supplement to the Oracle Precompilers | Library |
Product |
Contents |
Index |
An important feature of this manual is its emphasis on getting the most out of Pro*FORTRAN and embedded SQL. To help you master these tools, this manual, accompanied by the Programmer's Guide to the Oracle Precompilers, shows you all the ``tricks of the trade" including ways to improve program performance.
Note: You will not find installation instructions or system-specific information in this guide. For that kind of information, you should refer to your Oracle system-specific documentation.
To use this manual effectively, you need a working knowledge of the following subjects:
For more information, see Appendix A of the Programmer's Guide to the Oracle Precompilers.
Chapter 1: Writing a Pro*FORTRAN Program This chapter provides the basic information you need to write a Pro*FORTRAN program. You learn programming guidelines, coding conventions, language-specific features and restrictions, how to equivalence datatypes, and how to connect to Oracle.
Chapter 2: Error Handling and Diagnostics This chapter discusses error reporting and recovery. It shows you how to use the SQLSTA and SQLCOD status variables with the WHENEVER statement to detect errors and status changes. It also shows you how to use the SQLCA and ORACA to detect error conditions and diagnose problems.
Chapter 3: Sample Programs This chapter provides several embedded SQL programs to guide you in writing your own. These well-commented programs illustrate the key concepts and features of Pro*FORTRAN programming.
Chapter 4: Implementing Dynamic SQL Method 4 This chapter shows you how to implement dynamic SQL Method 4, an advanced programming technique that lets you write highly flexible applications. Numerous examples, including a full-length sample program, are used to illustrate the method.
Appendix A: Operating System Dependencies Some details of Pro*FORTRAN programming vary from one system to another. So, you are occasionally referred to other manuals. For convenience, this appendix collects all external references to system-specific information.
< > | Angle brackets enclose the name of a syntactic element. |
[ ] | Square brackets enclose optional items. |
{ } | Braces enclose items only one of which is required. |
| | A vertical bar separates options within brackets or braces. |
... | An ellipsis shows that the preceding argument or parameter can be repeated, or that statements or clauses irrelevant to the discussion were left out. |
# | This character is used in text to represent blank spaces when referring to the content of a database column. |
Languages Documentation Manager
Oracle Corporation
500 Oracle Parkway
Redwood Shores, CA 94065
Fax: (415) 506-7200
Prev Next |
Copyright © 1996 Oracle Corporation. All Rights Reserved. |
Library |
Product |
Contents |
Index |