Поиск по:old.hcs.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.hcs.cmc.msu.ru ,которые мы индексируем. Показаны документы 1341 - 1360 из 3520.
Упорядочить по:
URL
|
дате изменения
1341. 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.hcs.cmc.msu.ru/php/function.ora-rollback.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1342. Ora_Numrows
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Numrows -- Returns the number of rows . int ora_numrows ( int cursor_ind) . ora_numrows() returns the number of rows in a result. Prev . Home . Next . Ora_Numcols . Up . Ora_Open
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-numrows.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1343. Ora_Open
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Open -- open an Oracle cursor . int ora_open ( int connection) . Opens an Oracle cursor associated with connection. Returns a cursor index or FALSE on failure. Details about the error can be retrieved using the ora_error() and ora_errorcode() functions. Prev . Home . Next . Ora_Numrows . Up . Ora_Parse
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-open.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
1344. Ora_Numcols
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Numcols -- Returns the number of columns . int ora_numcols ( int cursor_ind) . ora_numcols() returns the number of columns in a result. Only returns meaningful values after an parse/exec/fetch sequence. See also ora_parse() , ora_exec() , ora_fetch() , and ora_do() . Prev . Home . Next . Ora_pLogon . Up . Ora_Numrows
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-numcols.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
1345. Ora_pLogon
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_pLogon -- Open a persistent Oracle connection . int ora_plogon ( string user, string password) . Establishes a persistent connection between PHP and an Oracle database with the given username and password. See also ora_logon() . Prev . Home . Next . Ora_Logon . Up . Ora_Numcols
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-plogon.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1346. Ora_Logoff
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Logoff -- close an Oracle connection . int ora_logoff ( int connection) . Returns TRUE on success, FALSE on error. Details about the error can be retrieved using the ora_error() and ora_errorcode() functions. Logs out the user and disconnects from the server. See also ora_logon() . Prev . Home . Next . Ora_GetColumn . Up . Ora_Logon
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-logoff.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1347. Ora_Logon
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Logon -- open an Oracle connection . int ora_logon ( string user, string password) . Establishes a connection between PHP and an Oracle database with the given username and password. ... conn = Ora_Logon("user<emphasis>@TNSNAME</emphasis>", "pass"); . If you have character data with non-ASCII characters, you should make sure that NLS_LANG is set in your environment. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-logon.html -- 4.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1348. Ora_Fetch_Into
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Fetch_Into -- Fetch a row into the specified result array . int ora_fetch_into ( int cursor, array result [, int flags]) . You can fetch a row into an array with this function. ... Oracle fetch into array . php array($results); ora_fetch_into($cursor, &$results); echo $results[0]; echo $results[1]; ?> Note that you need to fetch the array by reference. See also ora_parse() , ora_exec() , ora_fetch() , and ora_do() . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-fetch-into.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
1349. Ora_GetColumn
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_GetColumn -- get data from a fetched column . mixed ora_getcolumn ( int cursor, mixed column) . Returns the column data. If an error occurs, FALSE is returned and ora_errorcode() will return a non-zero value. Note, however, that a test for FALSE on the results from this function may be TRUE in cases where there is not error as well ( NULL result, empty string, the number 0, the string "0"). ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-getcolumn.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
1350. Ora_Exec
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Exec -- execute parsed statement on an Oracle cursor . int ora_exec ( int cursor) . Returns TRUE on success, FALSE on error. Details about the error can be retrieved using the ora_error() and ora_errorcode() functions. See also ora_parse() , ora_fetch() , and ora_do() . Prev . Home . Next . Ora_ErrorCode . Up . Ora_Fetch
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-exec.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
1351. Ora_Fetch
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Fetch -- fetch a row of data from a cursor . int ora_fetch ( int cursor) . Returns TRUE (a row was fetched) or FALSE (no more rows, or an error occured). If an error occured, details can be retrieved using the ora_error() and ora_errorcode() functions. If there was no error, ora_errorcode() will return 0. Retrieves a row of data from the specified cursor. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-fetch.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
1352. Ora_ErrorCode
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_ErrorCode -- get Oracle error code . int Ora_ErrorCode ( int cursor_or_connection) . Returns the numeric error code of the last executed statement on the specified cursor or connection. Note: Support for connection ids was added in 3.0.4. Prev . Home . Next . Ora_Error . Up . Ora_Exec
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-errorcode.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1353. Ora_Do
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Do -- Parse, Exec, Fetch . int ora_do ( int conn, string query) . This function is quick combination of ora_parse() , ora_exec() and ora_fetch() . ... Returns TRUE on success, FALSE on error. Details about the error can be retrieved using the ora_error() and ora_errorcode() functions. See also ora_parse() , ora_exec() , and ora_fetch() . ... Ora_Error ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-do.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
1354. Ora_Error
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Error -- get Oracle error message . ... On UNIX versions of Oracle, you can find details about an error message like this: $ oerr ora 00001 00001, 00000, "unique constraint (%s.%s) violated" // *Cause: An update or insert statement attempted to insert a duplicate key // For Trusted ORACLE configured in DBMS MAC mode, you may see // this message if a duplicate entry exists at a different level. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-error.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1355. Ora_CommitOff
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_CommitOff -- disable automatic commit . int ora_commitoff ( int conn) . Returns TRUE on success, FALSE on error. Details about the error can be retrieved using the ora_error() and ora_errorcode() functions. This function turns off automatic commit after each ora_exec() . Prev . Home . Next . Ora_Commit . Up . Ora_CommitOn
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-commitoff.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1356. Ora_CommitOn
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_CommitOn -- enable automatic commit . int ora_commiton ( int conn) . This function turns on automatic commit after each ora_exec() on the given connection. 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_CommitOff . Up . Ora_Do
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-commiton.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
1357. Ora_ColumnType
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_ColumnType -- get type of Oracle result column . string Ora_ColumnType ( int cursor, int column) . Returns the Oracle data type name of the field/column column on the cursor cursor . Column 0 is the first column. The returned type will be one of the following: . "VARCHAR2" . "VARCHAR" . "CHAR" . "NUMBER" . "LONG" . "LONG RAW" . "ROWID" . "DATE" . "CURSOR" . Prev . Home . Next . Ora_ColumnSize . Up . Ora_Commit
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-columntype.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
1358. Ora_Commit
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Commit -- commit an Oracle transaction . int ora_commit ( int conn) . Returns TRUE on success, FALSE on error. ... This function commits an Oracle transaction. A transaction is defined as all the changes on a given connection since the last commit/rollback, autocommit was turned off or when the connection was established. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-commit.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
1359. Ora_ColumnName
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_ColumnName -- get name of Oracle result column . string Ora_ColumnName ( int cursor, int column) . Returns the name of the field/column column on the cursor cursor . The returned name is in all uppercase letters. Column 0 is the first column. Prev . Home . Next . Ora_Close . Up . Ora_ColumnSize
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-columnname.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1360. Ora_ColumnSize
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_ColumnSize -- get size of Oracle result column . int Ora_ColumnSize ( int cursor, int column) . Returns the size of the Oracle column column on the cursor cursor . Column 0 is the first column. Prev . Home . Next . Ora_ColumnName . Up . Ora_ColumnType
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.ora-columnsize.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы