Table of contents

f90SQL License terms

Copyrights

Preface

Chapter 1 Introduction to DBMS and ODBC

Chapter 2 ODBC and f90SQL Architecture

Chapter 3 Introduction to the SQL Language

Chapter 4 ODBC Fundamentals

Chapter 5 Basic Application Steps

Chapter 6 Advanced Topics: Parameters

Chapter 7 Advanced Topics: Execution, Fetching and Updating

Chapter 8 Advanced Topics: Descriptors

Chapter 9 Advanced Topics: Diagnostics

Chapter 10 Catalog Subroutines

Chapter 11 f90SQL/ODBC Reference

Introduction

Connecting to data sources

Obtaining information about drivers and data sources

Setting and retrieving driver attributes

Setting and retrieving descriptor fields

Preparing SQL requests

Submitting requests

Retrieving results and information about results

Obtaining information about the data source's system tables (catalog subroutines)

Terminating statements and connections

f90SQL utility functions and subroutines

Chapter 12 Installing and using f90SQL

Appendix 1 Information type descriptions

Appendix 2 Using f90SQL Pointer-Format subroutines

Appendix 3 Data conversions

Appendix 4 Interval and Numeric data types

Appendix 5 ODBC scalar functions

Appendix 6 Column Size, Decimal Digits, Transfer Octet Length, and Display Size

Appendix 7 Compiler-specific features and notes

Index of Tables

Index of Figures

Index of Complete Examples