XCIX. ODBC functions
- Tabla de contenidos
- odbc_autocommit -- Interruptor de comportamiento de auto-entrega
- odbc_binmode -- Manejo de campos de datos binarios
- odbc_close_all -- Cierra todas las conexiones ODBC
- odbc_close -- Cierra una conexion ODBC
- odbc_columnprivileges -- Returns a result identifier that can be used to fetch a list of columns and associated privileges
- odbc_columns -- Lists the column names in specified tables
- odbc_commit -- Entrega una transaccion ODBC
- odbc_connect -- Conecta a una fuente de datos
- odbc_cursor -- Toma un nombre de cursor
- odbc_data_source -- Returns information about a current connection
- odbc_do -- sinonimo de odbc_exec()
- odbc_error -- Get the last error code
- odbc_errormsg -- Get the last error message
- odbc_exec -- Prepara o ejecuta una declaracion SQL
- odbc_execute -- ejecuta una declaracion preparada
- odbc_fetch_array -- Fetch a result row as an associative array
- odbc_fetch_into -- Busca un registro de resutados dentro de un vector
- odbc_fetch_object -- Fetch a result row as an object
- odbc_fetch_row -- Busca un registro
- odbc_field_len -- Da la longitud de un campo
- odbc_field_name -- Devuelve el nombre de campo
- odbc_field_num -- Devuelve el numero de campo
- odbc_field_precision -- Synonym for odbc_field_len()
- odbc_field_scale -- Get the scale of a field
- odbc_field_type -- Tipo de datos de un campo
- odbc_foreignkeys -- Returns a list of foreign keys in the specified table or a list of foreign keys in other tables that refer to the primary key in the specified table
- odbc_free_result -- recursos libres asociados con un resultado
- odbc_gettypeinfo -- Returns a result identifier containing information about data types supported by the data source
- odbc_longreadlen -- manejo de LONGITUD de columnas
- odbc_next_result -- Checks if multiple results are available
- odbc_num_fields -- numero de campos de un resultado
- odbc_num_rows -- Numero de campos en un resultado
- odbc_pconnect -- Abre una conexion permanente de base de datos
- odbc_prepare -- Prepara una declaracion para su ejecucion
- odbc_primarykeys -- Returns a result identifier that can be used to fetch the column names that comprise the primary key for a table
- odbc_procedurecolumns -- Retrieve information about parameters to procedures
- odbc_procedures -- Get the list of procedures stored in a specific data source
- odbc_result_all -- Print result as HTML table
- odbc_result -- coge informacion de un campo
- odbc_rollback -- Volver a pasar una transacion
- odbc_setoption -- Ajusta la configuracion de ODBC. Devuelve FALSE en caso de error, en otro caso TRUE.
- odbc_specialcolumns -- Returns either the optimal set of columns that uniquely identifies a row in the table or columns that are automatically updated when any value in the row is updated by a transaction
- odbc_statistics -- Retrieve statistics about a table
- odbc_tableprivileges -- Lists tables and the privileges associated with each table
- odbc_tables -- Get the list of table names stored in a specific data source
There are no user contributed notes for this page.
