DISC

Contents | What's New | Quick Links

 

OmniAccess API

Introduction

Software Installation

Concepts and Design

Designing Applications

Omnidex Environments

SQL Reference

Omnidex API's

Utilities

Interfaces

Performance Guide

Troubleshooting Guide

Appendix

 

 

OACLOSECURSOR

 

oaclosecursor terminates a cursor and releases memory associated with the cursor, depending how caching was set through oaconnect. Omnidex Client applications should always call oaclosecursor, when they are finished with a cursor, to free up the memory used by the cursor.

Syntax

Options

Example

 

Syntax

oaclosecursor (cursor, options, status)

cursor -- Cursor is a 32-bit signed integer passed by value. This is the value returned by a successful call to oaopencursor.

options -- Options is currently reserved and must contain a semicolon or a null character passed by reference.

status -- Indicates the success or failure of the oaclosecursor routine. A zero in status word 1 indicates a successful oaclosecursor call. The status structure is passed by reference and contains fourteen 32-bit signed integers, followed by a 36-character buffer.

 

top

 

Options

There are currently no options available for oaclosecursor.

top

 

Example

 

 

 

top

Dynamic Information Systems Corporation - Omnidex Version 3.8 Build 6 J15.03-Copyright © 2003

DISC | Documentation Home