Difference between revisions of "Remote Data Connectivity"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) (→Overview of Recital Data Objects (RDO)) |
Yvonnemilne (Talk | contribs) (→Overview of Recital Data Objects (RDO)) |
||
Line 17: | Line 17: | ||
===Overview of Recital Data Objects (RDO) === | ===Overview of Recital Data Objects (RDO) === | ||
* [[RDO_AFFECTED_ROWS()|rdo_affected_rows()]] - return the number of rows affected by the last operation | * [[RDO_AFFECTED_ROWS()|rdo_affected_rows()]] - return the number of rows affected by the last operation | ||
− | * [[RDO_CLOSE()|rdo_close()]] - | + | * [[RDO_CLOSE()|rdo_close()]] - close a data source opened with [[RDO_CONNECT()|rdo_connect()]] |
* [[RDO_CONNECT()|rdo_connect()]] - | * [[RDO_CONNECT()|rdo_connect()]] - | ||
* [[RDO_DATA_SEEK()|rdo_data_seek()]] - | * [[RDO_DATA_SEEK()|rdo_data_seek()]] - |
Revision as of 10:24, 28 July 2010
Contents
Remote Data Connectivity
Overview of Remote Data Connectivity Functions
- sqlcancel() - request that an executing SQL statement be cancelled
- sqlcolumns() - store column information to a cursor
- sqlcommit() - commit a transaction
- sqlconnect() - connect to a data source
- sqldisconnect() - disconnect from a data source
- sqlexec() - send an SQL statement to a data source
- sqlgetprop() - query property settings for a connection or the environment
- sqlmoreresult() - check if more results sets are available and if so, copy next results set to a cursor
- sqlprepare() - prepare an SQL statement that will be executed by the SQLEXEC() function
- sqlrollback() - rollback a transaction
- sqlsetprop() - set property settings for a connection
- sqlstringconnect() - connect to a data source using a gateway connection string
- sqltables() - store data source table names to a table
Overview of Recital Data Objects (RDO)
- rdo_affected_rows() - return the number of rows affected by the last operation
- rdo_close() - close a data source opened with rdo_connect()
- rdo_connect() -
- rdo_data_seek() -
- rdo_errno() -
- rdo_error() -
- rdo_exec() -
- rdo_fetch_array() -
- rdo_fetch_assoc() -
- rdo_fetch_field() -
- rdo_fetch_lengths() -
- rdo_fetch_object() -
- rdo_fetch_row() -
- rdo_field_flags() -
- rdo_field_len() -
- rdo_field_name() -
- rdo_field_seek() -
- rdo_field_table() -
- rdo_field_type() -
- rdo_free_object() -
- rdo_free_result() -
- rdo_get_client_info() -
- rdo_get_host_info() -
- rdo_info() -
- rdo_list_dbs() -
- rdo_num_fields() -
- rdo_num_rows() -
- rdo_ping() -
- rdo_query() -
- rdo_real_escape_string() -
- rdo_result() -
- rdo_select_db() -
- rdo_stat() -
- rdo_thread_id() -
- rdo_unbuffered_query() -