Adabas D Functions

The Adabas D functions are deprecated, you probably want to use the Unified ODBC functions instead.

Adabas D Functions

ada_afetch

Name

ada_afetch — fetch a result row into an array

Description

See odbc_fetch_into

ada_autocommit

Name

ada_autocommit — toggle autocommit behaviour

Description

See odbc_autocommit.

ada_close

Name

ada_close — close a connection to an Adabas D server

Description

See odbc_close.

ada_commit

Name

ada_commit — commit a transaction

Description

See odbc_commit

ada_connect

Name

ada_connect — connect to an Adabas D datasource

Description

See odbc_connect.

ada_exec

Name

ada_exec — prepare and execute a SQL statement

Description

See odbc_exec or odbc_do.

ada_fetchrow

Name

ada_fetchrow — fetch a row from a result

Description

See odbc_fetch_row.

ada_fieldname

Name

ada_fieldname — get the columnname

Description

See odbc_field_name.

ada_fieldnum

Name

ada_fieldnum — get column number

Description

See odbc_field_num.

ada_fieldtype

Name

ada_fieldtype — get the datatype of a field

Description

See odbc_field_type.

ada_freeresult

Name

ada_freeresult — >free resources associated with a result

Description

See odbc_free_result.

ada_numfields

Name

ada_numfields — get the number of columns in a result

Description

See odbc_num_fields.

ada_numrows

Name

ada_numrows — number of rows in a result

Description

See odbc_num_rows.

ada_result

Name

ada_result — get data from results

Description

See odbc_result.

ada_resultall

Name

ada_resultall — print result as HTML table

Description

See odbc_result_all.

ada_rollback

Name

ada_rollback — rollback a transaction

Description

See odbc_rollback.