English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Open Database Connectivity is an application programming interface (API) that allows programmers to extract programs from databases
Version-Represents the earliest version of PHP that supports this function.
Number | Function | Description | Version |
---|---|---|---|
1 | odbc_autocommit() | It is used to switch the automatic commit behavior. | 4 |
2 | odbc_binmode() | Disconnect | 4 |
3 | odbc_close_all() | Used to close all ODBC connections | 4 |
4 | odbc_close() | Used to close an ODBC connection | 4 |
5 | odbc_columnprivileges() | It contains information about the column list | 4 |
6 | odbc_columns() | It is used to obtain a list of column names in a specific table. | 5 |
7 | odbc_commit() | Used to commit an ODBC transaction | 5 |
8 | odbc_connect() | Used to connect to an ODBC data source | 5 |
9 | odbc_cursor() | Used to obtain the cursor | 5 |
10 | odbc_data_source() | It returns information about the current connection | 4.3 |
11 | odbc_error() | Used to obtain the last error | 4.0.5 |
12 | odbc_errormsg() | It is used to obtain the last error message | 4 |
13 | odbc_exec() | It is used to prepare and execute Sql statements | 4 |
14 | odbc_fetch_array() | It is used to obtain the result row as an associative array | 4 |
15 | odbc_fetch_into() | It is used to extract the results into a row | 5.4 |
16 | odbc_fetch_object() | It is used to obtain the result row as an object | 4.0.2 |
17 | odbc_fetch_row() | It is used to obtain a row | 4 |
18 | odbc_field_len() | It is used to obtain the length of the file | 4 |
19 | odbc_filed_name() | It is used to obtain the general name | 4 |
20 | odbc_field_num() | It is used to obtain the field number | 4 |
21 | odbc_field_scale() | It is used to obtain the scale of the field. | 5.1 |
22 | odbc_field_type() | It is used to obtain information about the data type of the field | 5.1 |
23 | odbc_foreignkeys() | It is used to retrieve the foreign key list. | 5 |
24 | odbc_free_result() | It contains information about the available resources that contain the results | 5 |
25 | odbc_gettypeinfo() | It is used to retrieve information about data types | 4 |
26 | odbc_loongreadlen() | It is used to handle long columns | 4 |
27 | odbc_next_result() | It is used to check if there are multiple results | 4 |
28 | odbc_num_rows() | It contains information about the number of rows in the result | 4 |
29 | odbc_pconnect() | It is an open persistent database connection | 4 |
30 | odbc_prepare() | It is used to prepare the execution statement | 4 |
31 | odbc_primarykeys() | It is used to obtain the primary key of the table | 4 |
32 | odbc_procedurecolumns() | It is used to retrieve information about procedure parameters | 4 |
33 | odbc_procedures() | It is used to obtain the list of procedures stored in a specific data resource | 4 |
34 | odbc_result_all() | It is used to print the results as an HTML table | 4 |
35 | odbc_result() | It is used to print the results as an HTML table | 4 |
36 | odbc_rollback() | It is used to roll back the transaction | 4 |
37 | odbc_setoption() | It is used to adjust the odbc settings | 4 |
38 | odbc_specialcolumns() | It is used to retrieve special columns | 4 |
39 | odbc_statistics() | It is used to retrieve the static information of the table | 4 |
40 | odbc_tableprivileges() | It is used to list tables and the permissions associated with each table | 4 |
41 | odbc_tables() | It is used to obtain the list of tables stored in the data source | 4 |