Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

ODXSQL

Commands

Syntax

Options

Example

 

DESCRIBE

AUTOFETCH

 

ODXSQL

Special Characters

USE Files

Commands

BIND

Bind a SELECT statement.

AUTOFETCH must be set to OFF before executing a bind command.

SET AUTOFETCH OFF

 

Syntax

BIND [ON [CURSOR] cursor] [WITH options]

BIND
Required

ON [CURSOR] cursor
Optional. Define which cursor to perform this action on.

WITH options
Optional. A comma separated list of options to apply to this command.

 

Options

There are currently no options available for use with BIND.

Support was added for future enhancements.

 

Example

 

 

Top