XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:old.master.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 1321 - 1340 из 3519.

В начало ] Пред. | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1321. ovrimos_free_result
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_free_result -- Frees the specified result_id . bool ovrimos_free_result ( int result_id) . ovrimos_free_result() is used to free the result_id. ovrimos_free_result() frees the specified result_id result_id . Returns TRUE . Prev . Home . Next . ovrimos_field_num . Up . ovrimos_commit
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-free-result.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1322. ovrimos_field_len
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_field_len -- Returns the length of the output column . int ovrimos_field_len ( int result_id, int field_number) . ovrimos_field_len() is used to get the length of the output column with number field_number , in result result_id . ovrimos_field_len() returns the length of the output column at the (1-based) index specified. Prev . Home . Next . ovrimos_field_type . Up . ovrimos_field_num
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-field-len.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1323. ovrimos_field_type
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_field_type -- Returns the (numeric) type of the output column . int ovrimos_field_type ( int result_id, int field_number) . ovrimos_field_type() is used to get the (numeric) type of the output column. ovrimos_field_type() returns the (numeric) type of the output column at the (1-based) index specified. Prev . Home . Next . ovrimos_field_name . Up . ovrimos_field_len
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-field-type.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1324. ovrimos_field_name
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_field_name -- Returns the output column name . int ovrimos_field_name ( int result_id, int field_number) . ovrimos_field_name() is used to get the output column name. ovrimos_field_name() returns the output column name at the (1-based) index specified. Prev . Home . Next . ovrimos_num_fields . Up . ovrimos_field_type
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-field-name.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1325. ovrimos_num_fields
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_num_fields -- Returns the number of columns . int ovrimos_num_fields ( int result_id) . ovrimos_num_fields() is used to get the number of columns. ovrimos_num_fields() returns the number of columns in a result_id resulting from a query. Prev . Home . Next . ovrimos_num_rows . Up . ovrimos_field_name
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-num-fields.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1326. ovrimos_num_rows
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_num_rows -- Returns the number of rows affected by update operations . int ovrimos_num_rows ( int result_id) . ovrimos_num_rows() is used to get the number of rows affected by update operations. ovrimos_num_rows() returns the number of rows affected by update operations. Prev . Home . Next . ovrimos_result_all . Up . ovrimos_num_fields
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-num-rows.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1327. ovrimos_result_all
... php $conn = ovrimos_connect ("db_host", "8001", "admin", "password"); if ($conn != 0) { echo "Connection ok!"; $res = ovrimos_prepare ($conn, "select table_id, table_name from sys.tables where table_id = 7"); if ($res != 0) { echo "Prepare ok!"; if (ovrimos_execute ($res, array(3))) { echo "Execute ok!\n"; ovrimos_result_all ($res); } else { echo "Execute not ok!"; } ovrimos_free_result ($res); } else { echo "Prepare not ok!\n"; } ovrimos_close($conn); } ?> ... Example 3. ovrimos_result_all example ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-result-all.html -- 6.5 Кб -- 03.02.2002
Похожие документы

1328. ovrimos_fetch_row
... PHP 4 >= 4.0.3) ovrimos_fetch_row -- Fetches a row from the result set . bool ovrimos_fetch_row ( int result_id [, int how [, int row_number]]) . ... php $ conn = ovrimos_connect ( remote.host , 8001 , admin , password ); if ($ conn != 0) { echo Connection ok! ; $ res =ovrimos_exec ($ conn , select table_id , table_name from sys.tables ); if ($ res != 0) { echo Statement ok! ; if ( ovrimos_fetch_row ($ res , First )) { $ table_id = ovrimos_result ($ res , 1); $ table_name = ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-fetch-row.html -- 4.9 Кб -- 03.02.2002
Похожие документы

1329. ovrimos_result
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_result -- Retrieves the output column . int ovrimos_result ( int result_id, mixed field) . ovrimos_result() is used to retrieve the output column. ovrimos_result() retrieves the output column specified by 'field', either as a string or as an 1-based index. Prev . Home . Next . ovrimos_fetch_row . Up . ovrimos_result_all
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-result.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1330. ovrimos_exec
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_exec -- Executes an SQL statement . int ovrimos_exec ( int connection_id, string query) . ovrimos_exec() is used to execute an SQL statement. ovrimos_exec() executes an SQL statement (query or update) and returns a result_id or FALSE . Evidently, the SQL statement should not contain parameters. Prev . Home . Next . ovrimos_cursor . Up . ovrimos_fetch_into
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-exec.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1331. ovrimos_fetch_into
... Next . PHP 4 >= 4.0.3) ovrimos_fetch_into -- Fetches a row from the result set . ... Rownumber' is optional except for absolute positioning. ... php $ conn =ovrimos_connect ( neptune , 8001 , admin , password ); if ($ conn !=0) { echo Connection ok! ; $ res =ovrimos_exec ($ conn , select table_id , table_name from sys.tables ); if ($ res != 0) { echo Statement ok! ; if ( ovrimos_fetch_into ($ res , $ row )) { list ($ table_id , $ table_name ) = $ row ; echo ... ovrimos_fetch_row ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-fetch-into.html -- 5.3 Кб -- 03.02.2002
Похожие документы

1332. ovrimos_cursor
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_cursor -- Returns the name of the cursor . int ovrimos_cursor ( int result_id) . ovrimos_cursor() is used to get the name of the cursor. ovrimos_cursor() returns the name of the cursor. Useful when wishing to perform positioned updates or deletes. Prev . Home . Next . ovrimos_execute . Up . ovrimos_exec
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-cursor.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1333. ovrimos_execute
PHP Manual . Prev . Next . PHP 4 >= 4.0.3) ovrimos_execute -- Executes a prepared SQL statement . bool ovrimos_execute ( int result_id [, array parameters_array]) . ovrimos_execute() is used to execute an SQL statement. ovrimos_execute() executes a prepared statement. ... If the prepared statement contained parameters (question marks in the statement), the correct number of parameters should be passed in an array. ... ovrimos_prepare . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-execute.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1334. ovrimos_prepare
... Connect to Ovrimos SQL Server and prepare a statement . php $conn=ovrimos_connect ("db_host", "8001", "admin", "password"); if ($conn!=0) { echo "Connection ok!"; $res=ovrimos_prepare ($conn, "select table_id, table_name from sys.tables where table_id=1"); if ($res != 0) { echo "Prepare ok!"; if (ovrimos_execute ($res)) { echo "Execute ok!\n"; ovrimos_result_all ($res); } else { echo "Execute not ok!"; } ovrimos_free_result ($res); } else { echo "Prepare not ok!\n"; } ovrimos_close($conn); } ?> ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-prepare.html -- 4.5 Кб -- 03.02.2002
Похожие документы

1335. ovrimos_close
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) ovrimos_close -- Closes the connection to ovrimos . void ovrimos_close ( int connection) . ovrimos_close() is used to close the specified connection. ovrimos_close() closes a connection to Ovrimos. This has the effect of rolling back uncommitted transactions. Prev . Home . Next . ovrimos_connect . Up . ovrimos_longreadlen
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-close.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1336. ovrimos_longreadlen
PHP Manual . Prev . Next . PHP 4 >= 4.0.3) ovrimos_longreadlen -- Specifies how many bytes are to be retrieved from long datatypes . int ovrimos_longreadlen ( int result_id, int length) . ovrimos_longreadlen() is used to specify how many bytes are to be retrieved from long datatypes. ovrimos_longreadlen() specifies how many bytes are to be retrieved from long datatypes (long varchar and long varbinary). ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-longreadlen.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1337. ovrimos_connect
PHP Manual . ... PHP 4 >= 4.0.3) ovrimos_connect -- Connect to the specified database . int ovrimos_connect ( string host, string db, string user, string password) . ... php $conn = ovrimos_connect ("server.domain.com", "8001", "admin", "password"); if ($conn != 0) { echo "Connection ok!"; $res=ovrimos_exec ($conn, "select table_id, table_name from sys.tables"); if ($res != 0) { echo "Statement ok!"; ovrimos_result_all ($res); ovrimos_free_result ($res); } ovrimos_close($conn); } ?> ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ovrimos-connect.html -- 4.4 Кб -- 03.02.2002
Похожие документы

1338. Oracle functions
... Ora_Bind -- bind a PHP variable to an Oracle parameter . Ora_Close -- close an Oracle cursor . Ora_ColumnName -- get name of Oracle result column . Ora_ColumnSize -- get size of Oracle result column . Ora_ColumnType -- get type of Oracle result column . Ora_Commit -- commit an Oracle transaction . ... Ora_GetColumn -- get data from a fetched column . Ora_Logoff -- close an Oracle connection . Ora_Logon -- open an Oracle connection . ... Ora_Open -- open an Oracle cursor . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.oracle.html -- 5.4 Кб -- 03.02.2002
Похожие документы

1339. Ora_Parse
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Parse -- parse an SQL statement . int ora_parse ( int cursor_ind, string sql_statement, int defer) . This function parses an SQL statement or a PL/SQL block and associates it with the given cursor. Returns TRUE on success, FALSE on failure. See also ora_exec() , ora_fetch() , and ora_do() . Prev . Home . Next . Ora_Open . Up . Ora_Rollback
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ora-parse.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1340. Ora_Rollback
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Rollback -- roll back transaction . int ora_rollback ( int connection) . This function undoes an Oracle transaction. (See ora_commit() for the definition of a transaction.) . Returns TRUE on success, FALSE on error. Details about the error can be retrieved using the ora_error() and ora_errorcode() functions. Prev . Home . Next . Ora_Parse . Up . Ovrimos SQL functions
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ora-rollback.html -- 3.7 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования