English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Conexão de banco de dados aberto é uma interface de programação de aplicativos (API) que permite aos programadores extrair programas do banco de dados
Versão-Representa a versão mais antiga do PHP que suporta essa função.
Número | Função | Descrição | Versão |
---|---|---|---|
1 | odbc_autocommit() | Usado para alternar o comportamento de commit automático. | 4 |
2 | odbc_binmode() | Desconectar | 4 |
3 | odbc_close_all() | Usado para fechar todas as conexões ODBC | 4 |
4 | odbc_close() | Usado para fechar a conexão ODBC | 4 |
5 | odbc_columnprivileges() | Contém informações sobre a lista de colunas | 4 |
6 | odbc_columns() | Usado para obter a lista de nomes de colunas de uma tabela específica. | 5 |
7 | odbc_commit() | Usado para submeter transações ODBC | 5 |
8 | odbc_connect() | Usado para conectar ao banco de dados ODBC | 5 |
9 | odbc_cursor() | Usado para obter o cursor | 5 |
10 | odbc_data_source() | Ele retorna informações sobre a conexão atual | 4.3 |
11 | odbc_error() | Usado para obter o último erro | 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 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 list of foreign keys | 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 execution statements | 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 results as html tables | 4 |
35 | odbc_result | It is used to print results as html tables | 4 |
36 | odbc_rollback | It is used to roll back transactions | 4 |
37 | odbc_setoption | It is used to adjust odbc settings | 4 |
38 | odbc_specialcolumns | It is used to retrieve special columns | 4 |
39 | odbc_statistics | It is used to retrieve static information about tables | 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 |