Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2681 - 2700 из 3519.
Упорядочить по:
URL
|
дате изменения
2681. FrontBase Functions
... These functions allow you to access FrontBase database servers. ... fbsql_database_password -- Sets or retrieves the password for a FrontBase database . ... fbsql_fetch_field -- Get column information from a result and return as an object . ... fbsql_field_flags -- Get the flags associated with the specified field in a result . fbsql_field_name -- Get the name of the specified field in a result . ... fbsql_field_seek -- Set result pointer to a specified field offset . ... fbsql_affected_rows ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/ref.fbsql.html -- 11.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2682. fbsql_hostname
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) fbsql_hostname -- Get or set the host name used with a connection . string fbsql_hostname ( resource link_identifier [, string host_name]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . fbsql_get_autostart_info . Up . fbsql_password
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-hostname.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2683. fbsql_password
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) fbsql_password -- Get or set the user password used with a connection . string fbsql_password ( resource link_identifier [, string password]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . fbsql_hostname . Up . fbsql_set_transaction
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-password.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2684. fbsql_database
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) fbsql_database -- Get or set the database name used with a connection . string fbsql_database ( resource link_identifier [, string database]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . fbsql_warnings . Up . fbsql_get_autostart_info
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-database.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2685. fbsql_get_autostart_info
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) fbsql_get_autostart_info -- No description given yet . array fbsql_get_autostart_info ( [resource link_identifier]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . fbsql_database . Up . fbsql_hostname
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-get-autostart-info.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2686. fbsql_tablename
... fbsql_tablename() takes a result pointer returned by the fbsql_list_tables() function as well as an integer index and returns the name of a table. The fbsql_num_rows() function may be used to determine the number of tables in the result pointer. Example 1. fbsql_tablename() example . php fbsql_connect ("localhost", "_SYSTEM", ""); $result = fbsql_list_tables ("wisconsin"); $i = 0; while ($i < fbsql_num_rows ($result)) { $tb_names[$i] = fbsql_tablename ($result, $i); echo $tb_names[$i] . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-tablename.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2687. fbsql_warnings
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) fbsql_warnings -- Enable or disable FrontBase warnings . bool fbsql_warnings ( [bool OnOff]) . Returns TRUE if warnings is turned on otherwise FALSE . fbsql_warnings() enables or disables FrontBase warnings. Prev . Home . Next . fbsql_tablename . Up . fbsql_database
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-warnings.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2688. fbsql_start_db
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) fbsql_start_db -- Start a database on local or remote server . bool fbsql_start_db ( string database_name [, resource link_identifier]) . Returns: TRUE on success, FALSE on failure. fbsql_start_db() . See also: fbsql_db_status() and fbsql_stop_db() . Prev . Home . Next . fbsql_select_db . Up . fbsql_stop_db
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-start-db.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2689. fbsql_stop_db
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) fbsql_stop_db -- Stop a database on local or remote server . bool fbsql_stop_db ( string database_name [, resource link_identifier]) . Returns: TRUE on success, FALSE on failure. fbsql_stop_db() . See also: fbsql_db_status() and fbsql_start_db() . Prev . Home . Next . fbsql_start_db . Up . fbsql_tablename
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-stop-db.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2690. fbsql_select_db
... PHP 4 >= 4.0.6) fbsql_select_db -- Select a FrontBase database . ... Returns: TRUE on success, FALSE on error. fbsql_select_db() sets the current active database on the server that's associated with the specified link identifier. ... If no link is open, the function will try to establish a link as if fbsql_connect() was called, and use it. The client contacts FBExec to obtain the port number to use for the connection to the database. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-select-db.html -- 5.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2691. fbsql_rollback
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) fbsql_rollback -- Rollback a transaction to the database . bool fbsql_rollback ( [resource link_identifier]) . Returns: TRUE on success, FALSE on failure. fbsql_rollback() ends the current transaction by rolling back all statements issued since last commit. This command is only needed if autocommit is set to false. See also: fbsql_autocommit() and fbsql_commit() . Prev . Home . Next . fbsql_result . Up . fbsql_set_lob_mode
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-rollback.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2692. fbsql_set_lob_mode
... PHP 4 CVS only) fbsql_set_lob_mode -- Set the LOB retrieve mode for a FrontBase result set . bool fbsql_set_lob_mode ( resource result, string database_name) . Returns: TRUE on success, FALSE on error. fbsql_set_lob_mode() sets the mode for retrieving LOB data from the database. When BLOB and CLOB data is stored in FrontBase it can be stored direct or indirect. Direct stored LOB data will always be fetched no matter the setting of the lob mode. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-set-lob-mode.html -- 5.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2693. fbsql_read_clob
... PHP 4 CVS only) fbsql_read_clob -- Read a CLOB from the database . string fbsql_read_clob ( string clob_handle [, resource link_identifier]) . ... php $ link = fbsql_pconnect ( localhost , _SYSTEM , secret ) or die ( Could not connect ); $ sql = SELECT CLOB _COLUMN FROM CLOB _TABLE; ; $rs = fbsql_query($ sql , $ link ); $ row_data = fbsql_fetch_row($rs); // $ row_data [0] will now contain the clob data for teh first row fbsql_free_result($rs); $rs = fbsql_query($ sql , $ link ); ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-read-clob.html -- 5.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2694. fbsql_result
... PHP 4 >= 4.0.6) fbsql_result -- Get result data . mixed fbsql_result ( resource result, int row [, mixed field]) . ... The field argument can be the field's offset, or the field's name, or the field's table dot field's name (tabledname.fieldname). ... As these functions return the contents of multiple cells in one function call, they're MUCH quicker than fbsql_result() . ... Calls to fbsql_result() should not be mixed with calls to other functions that deal with the result set. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-result.html -- 4.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2695. fbsql_read_blob
... PHP 4 CVS only) fbsql_read_blob -- Read a BLOB from the database . string fbsql_read_blob ( string blob_handle [, resource link_identifier]) . ... php $ link = fbsql_pconnect ( localhost , _SYSTEM , secret ) or die ( Could not connect ); $ sql = SELECT BLOB _COLUMN FROM BLOB _TABLE; ; $rs = fbsql_query ($ sql , $ link ); $ row_data = fbsql_fetch_row($rs); // $ row_data [0] will now contain the blob data for teh first row fbsql_free_result($rs); $rs = fbsql_query ($ sql , $ link ); ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-read-blob.html -- 5.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2696. fbsql_query
PHP Manual . ... PHP 4 >= 4.0.6) fbsql_query -- Send a FrontBase query . ... Note: The query string shall always end with a semicolon. fbsql_query() returns TRUE (non-zero) or FALSE to indicate whether or not the query succeeded. ... The following query is syntactically invalid, so fbsql_query() fails and returns FALSE : . ... php $result = fbsql_query ("SELECT * WHERE 1=1") or die ("Invalid query"); ?> ... php $result = fbsql_query ("SELECT my_col FROM my_tbl") or die ("Invalid query"); ?> . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-query.html -- 7.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2697. fbsql_num_rows
... PHP 4 >= 4.0.6) fbsql_num_rows -- Get number of rows in result . ... fbsql_num_rows() returns the number of rows in a result set. ... To retrieve the number of rows returned from a INSERT, UPDATE or DELETE query, use fbsql_affected_rows() . Example 1. fbsql_num_rows() example . php $link = fbsql_connect("localhost", "username", "password"); fbsql_select_db("database", $link); $result = fbsql_query("SELECT * FROM table1;", $link); $num_rows = fbsql_num_rows($result); echo "$num_rows Rows\n"; ?> ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-num-rows.html -- 4.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2698. fbsql_pconnect
... PHP 4 >= 4.0.6) fbsql_pconnect -- Open a persistent connection to a FrontBase Server . resource fbsql_pconnect ( [string hostname [, string username [, string password]]]) . Returns: A positive FrontBase persistent link identifier on success, or FALSE on error. fbsql_pconnect() establishes a connection to a FrontBase server. ... First, when connecting, the function would first try to find a (persistent) link that's already open with the same host, username and password. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-pconnect.html -- 4.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2699. fbsql_num_fields
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) fbsql_num_fields -- Get number of fields in result . int fbsql_num_fields ( resource result) . fbsql_num_fields() returns the number of fields in a result set. See also: fbsql_db_query() , fbsql_query() , fbsql_fetch_field() , and fbsql_num_rows() . Prev . Home . Next . fbsql_next_result . Up . fbsql_num_rows
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-num-fields.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2700. fbsql_list_tables
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) fbsql_list_tables -- List tables in a FrontBase database . resource fbsql_list_tables ( string database [, resource link_identifier]) . fbsql_list_tables() takes a database name and returns a result pointer much like the fbsql_db_query() function. The fbsql_tablename() function should be used to extract the actual table names from the result pointer. Prev . Home . Next . fbsql_list_fields . Up . fbsql_next_result
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.fbsql-list-tables.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы