Oracle 8.0 Functions

VuGen supports most of the functionality of Oracle 8.x. Note that the standard database actions are recorded with an additional ora8 prefix. For example, lrd_ora8_fetch performs a fetch operation in Oracle 8.x. Click one of the following functions for more information:

lrd_attr_setSets an attribute for an LRDDBI handle
lrd_attr_set_from_handleSets an attribute using an LRDDBI handle pointer.
lrd_attr_set_literalSets an LRDDBI handle attribute using a literal string.
lrd_env_initAllocates and initializes an LRDDBI handle.
lrd_handle_allocExplicitly allocates and initializes an LRDDBI handle.
lrd_handle_freeExplicitly frees an LRDDBI handle.
lrd_initialize_dbInitializes the database process environment.
lrd_logoffTerminates a simple database session.
lrd_logonBegins a simple database session.
lrd_logon_extBegins a simple database session.(extended)
lrd_oci8_to_oci7Converts an Oracle OCI 8 connection to an Oracle OCI 7 connection.
lrd_ora8_attr_setSets an attribute for an LRDDBI handle
lrd_ora8_attr_set_from_handleSets an attribute using an LRDDBI handle pointer.
lrd_ora8_attr_set_literalSets an LRDDBI handle attribute using a literal string.
lrd_ora8_bind_colBinds a host variable to an output column.
lrd_ora8_bind_placeholderBinds a host variable to a placeholder.
lrd_ora8_commitCommits the current transaction for Oracle 8 clients.
lrd_ora8_execExecutes an SQL statement.
lrd_ora8_fetchFetches the next row in the result set.
lrd_ora8_handle_allocExplicitly allocates and initializes an LRDDBI handle.
lrd_ora8_lob_locator_assignAssigns one large object locator to another.
lrd_ora8_lob_create_temporaryCreates a temporary large object.
lrd_ora8_lob_locator_assignAssigns one large object locator to another.
lrd_ora8_lob_readReads characters from a large object descriptor.
lrd_ora8_lob_writeWrites characters to a large object descriptor.
lrd_ora8_rollbackRolls back the current transaction for Oracle 8 clients.
lrd_ora8_printPrints rows fetched by an Oracle autofetch operation.
lrd_ora8_save_last_rowidSaves a rowid value to a parameter.
lrd_ora8_save_colSaves the value of a table cell to a parameter.
lrd_ora8_stmtPrepares a null-terminated SQL statement for execution.
lrd_ora8_stmt_extPrepares an SQL statement with null characters for execution.
lrd_ora8_stmt_literalPrepares a literal SQL statement string for execution.
lrd_server_attachCreates an access path to a data source for database operations.
lrd_server_detachDeletes an access path to a data source for database operations.
lrd_session_beginCreates and begins a user session for a server.
lrd_session_endTerminates a user session for a server.