cortesi Fri Apr 19 20:23:58 2002 EDT Modified files: /phpdoc/it/reference/fbsql/functions fbsql-change-user.xml fbsql-close.xml fbsql-commit.xml fbsql-create-db.xml fbsql-data-seek.xml fbsql-database-password.xml fbsql-db-query.xml fbsql-db-status.xml fbsql-drop-db.xml fbsql-errno.xml fbsql-error.xml fbsql-fetch-array.xml fbsql-fetch-assoc.xml Log: fixing typos
Index: phpdoc/it/reference/fbsql/functions/fbsql-change-user.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-change-user.xml:1.3 phpdoc/it/reference/fbsql/functions/fbsql-change-user.xml:1.4 --- phpdoc/it/reference/fbsql/functions/fbsql-change-user.xml:1.3 Fri Apr 19 19:56:33 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-change-user.xml Fri Apr 19 20:23:58 +2002 @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-change-user' in en/ tree in rev 1.1 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.1 --> <refentry id="function.fbsql-change-user"> <refnamediv> <refname>fbsql_change_user</refname> Index: phpdoc/it/reference/fbsql/functions/fbsql-close.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-close.xml:1.3 phpdoc/it/reference/fbsql/functions/fbsql-close.xml:1.4 --- phpdoc/it/reference/fbsql/functions/fbsql-close.xml:1.3 Fri Apr 19 19:56:33 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-close.xml Fri Apr 19 20:23:58 2002 @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-close' in en/ tree in rev 1.1 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.1 --> <refentry id="function.fbsql-close"> <refnamediv> <refname>fbsql_close</refname> @@ -15,7 +12,7 @@ <methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam> </methodsynopsis> <para> - Ritorna: &true; in caso di successo, &false; in caso di fallimento. + Restituisce: &true; in caso di successo, &false; in caso di fallimento. </para> <para> <function>fbsql_close</function> chiude la connessione al sever Index: phpdoc/it/reference/fbsql/functions/fbsql-commit.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-commit.xml:1.3 phpdoc/it/reference/fbsql/functions/fbsql-commit.xml:1.4 --- phpdoc/it/reference/fbsql/functions/fbsql-commit.xml:1.3 Fri Apr 19 19:56:33 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-commit.xml Fri Apr 19 20:23:58 +2002 @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-commit' in en/ tree in rev 1.19 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.19 --> <refentry id="function.fbsql-commit"> <refnamediv> <refname>fbsql_commit</refname> @@ -12,12 +9,10 @@ <title>Descrizione</title> <methodsynopsis> <type>bool</type><methodname>fbsql_commit</methodname> - <methodparam choice="opt"><type>resource</type><parameter> - link_identifier - </parameter></methodparam> + <methodparam +choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam> </methodsynopsis> <para> - Ritorna: &true; in caso di successo, &false; in caso di fallimento. + restituisce: &true; in caso di successo, &false; in caso di fallimento. </para> <para> <function>fbsql_commit</function> esegue la transazione @@ -25,8 +20,8 @@ il disco e sblocca tutte le righe della tabella bloccata dalla transazione. Questo comando è necessario solo nel caso in cui autocommit fosse impostato su false. </para> - <para> Vedere anche: - <function>fbsql_autocommit</function> e + <para> + Vedere anche: <function>fbsql_autocommit</function> e <function>fbsql_rollback</function> </para> </refsect1> Index: phpdoc/it/reference/fbsql/functions/fbsql-create-db.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-create-db.xml:1.2 phpdoc/it/reference/fbsql/functions/fbsql-create-db.xml:1.3 --- phpdoc/it/reference/fbsql/functions/fbsql-create-db.xml:1.2 Wed Apr 17 03:06:22 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-create-db.xml Fri Apr 19 20:23:58 +2002 @@ -1,21 +1,16 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-create-db' in en/ tree in rev 1.26 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.26 --> <refentry id="function.fbsql-create-db"> <refnamediv> <refname>fbsql_create_db</refname> - <refpurpose>Crea un database.</refpurpose> + <refpurpose>Crea un database</refpurpose> </refnamediv> <refsect1> <title>Descrizione</title> <methodsynopsis> <type>bool</type><methodname>fbsql_create_db</methodname> <methodparam><type>string</type><parameter>database name</parameter></methodparam> - <methodparam choice="opt"><type>resource</type><parameter> - link_identifier - </parameter></methodparam> + <methodparam +choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam> </methodsynopsis> <para> <function>fbsql_create_db</function> crea un nuovo database Index: phpdoc/it/reference/fbsql/functions/fbsql-data-seek.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-data-seek.xml:1.2 phpdoc/it/reference/fbsql/functions/fbsql-data-seek.xml:1.3 --- phpdoc/it/reference/fbsql/functions/fbsql-data-seek.xml:1.2 Wed Apr 17 03:06:22 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-data-seek.xml Fri Apr 19 20:23:58 +2002 @@ -1,12 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-data-seek' in en/ tree in rev 1.1 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.1 --> <refentry id="function.fbsql-data-seek"> <refnamediv> <refname>fbsql_data_seek</refname> - <refpurpose>Sposta il puntatore del risultato interno.</refpurpose> + <refpurpose>Sposta il puntatore del risultato interno</refpurpose> </refnamediv> <refsect1> <title>Descrizione</title> @@ -26,7 +23,7 @@ riga richiesta. </para> <para> - <parameter>Row_number</parameter> comincia a contare da 0. + <parameter>row_number</parameter> comincia a contare da 0. </para> <example> <title><function>fbsql_data_seek</function></title> Index: phpdoc/it/reference/fbsql/functions/fbsql-database-password.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-database-password.xml:1.3 phpdoc/it/reference/fbsql/functions/fbsql-database-password.xml:1.4 --- phpdoc/it/reference/fbsql/functions/fbsql-database-password.xml:1.3 Fri Apr 19 19:56:33 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-database-password.xml Fri Apr 19 +20:23:58 2002 @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-database-password' in en/ tree in rev 1.10 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.10 --> <refentry id="function.fbsql-database-password"> <refnamediv> <refname>fbsql_database_password</refname> @@ -24,7 +21,7 @@ <function>fbsql_database_password</function> imposta e ricerca la password del database corrente. Se il secondo parametro, opzionale - (database_password),è stato specificato la funzione + (database_password), è stato specificato la funzione imposta, sul server, il valore del parametro come password del database identificato dal parametro link_identifier. Se il link_identifier non è specificato, verrà utilizzata l'ultima connessione aperta. Se nessuna @@ -32,8 +29,8 @@ <function>fbsql_connect</function> fosse chiamata, e userà quella. </para> <para> - This function does not change the database password in the database - nor can it be used to retrive the database password for a database. + Questa funzione non modifica la password nel database + e neppure è in grado ti recuperare la password di un database. </para> <example> <title>Esempio di <function>fbsql_create_clob</function></title> Index: phpdoc/it/reference/fbsql/functions/fbsql-db-query.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-db-query.xml:1.2 phpdoc/it/reference/fbsql/functions/fbsql-db-query.xml:1.3 --- phpdoc/it/reference/fbsql/functions/fbsql-db-query.xml:1.2 Wed Apr 17 03:06:23 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-db-query.xml Fri Apr 19 20:23:58 +2002 @@ -1,12 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-db-query' in en/ tree in rev 1.1 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.1 --> <refentry id="function.fbsql-db-query"> <refnamediv> <refname>fbsql_db_query</refname> - <refpurpose>Manda una query FrontBase.</refpurpose> + <refpurpose>Manda una query FrontBase</refpurpose> </refnamediv> <refsect1> <title>Descrizione</title> Index: phpdoc/it/reference/fbsql/functions/fbsql-db-status.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-db-status.xml:1.3 phpdoc/it/reference/fbsql/functions/fbsql-db-status.xml:1.4 --- phpdoc/it/reference/fbsql/functions/fbsql-db-status.xml:1.3 Fri Apr 19 19:56:33 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-db-status.xml Fri Apr 19 20:23:58 +2002 @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-db-status' in en/ tree in rev 1.19 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.19 --> <refentry id="function.fbsql-db-status"> <refnamediv> <refname>fbsql_db_status</refname> Index: phpdoc/it/reference/fbsql/functions/fbsql-drop-db.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-drop-db.xml:1.3 phpdoc/it/reference/fbsql/functions/fbsql-drop-db.xml:1.4 --- phpdoc/it/reference/fbsql/functions/fbsql-drop-db.xml:1.3 Fri Apr 19 19:56:33 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-drop-db.xml Fri Apr 19 20:23:58 +2002 @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-drop-db' in en/ tree in rev 1.1 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.1 --> <refentry id="function.fbsql-drop-db"> <refnamediv> <refname>fbsql_drop_db</refname> Index: phpdoc/it/reference/fbsql/functions/fbsql-errno.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-errno.xml:1.2 phpdoc/it/reference/fbsql/functions/fbsql-errno.xml:1.3 --- phpdoc/it/reference/fbsql/functions/fbsql-errno.xml:1.2 Wed Apr 17 03:06:23 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-errno.xml Fri Apr 19 20:23:58 2002 @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-errno' in en/ tree in rev 1.1 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.1 --> <refentry id="function.fbsql-errno"> <refnamediv> <refname>fbsql_errno</refname> Index: phpdoc/it/reference/fbsql/functions/fbsql-error.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-error.xml:1.2 phpdoc/it/reference/fbsql/functions/fbsql-error.xml:1.3 --- phpdoc/it/reference/fbsql/functions/fbsql-error.xml:1.2 Wed Apr 17 03:06:23 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-error.xml Fri Apr 19 20:23:58 2002 @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-error' in en/ tree in rev 1.1 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.1 --> <refentry id="function.fbsql-error"> <refnamediv> <refname>fbsql_error</refname> Index: phpdoc/it/reference/fbsql/functions/fbsql-fetch-array.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-fetch-array.xml:1.3 phpdoc/it/reference/fbsql/functions/fbsql-fetch-array.xml:1.4 --- phpdoc/it/reference/fbsql/functions/fbsql-fetch-array.xml:1.3 Fri Apr 19 19:56:33 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-fetch-array.xml Fri Apr 19 20:23:58 +2002 @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-fetch-array' in en/ tree in rev 1.1 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.1 --> <refentry id="function.fbsql-fetch-array"> <refnamediv> <refname>fbsql_fetch_array</refname> @@ -32,7 +29,7 @@ Se due o più colonne di risultato hanno lo stesso nome di campo , l'ultima colonna sovrascriverà la precedente con lo stesso nome. Per accedere alle altre colonne con lo stesso nome si deve usare l'indice - numerico oppure fare un alias della colonna . + numerico oppure fare un alias della colonna. <informalexample> <programlisting> <![CDATA[ Index: phpdoc/it/reference/fbsql/functions/fbsql-fetch-assoc.xml diff -u phpdoc/it/reference/fbsql/functions/fbsql-fetch-assoc.xml:1.2 phpdoc/it/reference/fbsql/functions/fbsql-fetch-assoc.xml:1.3 --- phpdoc/it/reference/fbsql/functions/fbsql-fetch-assoc.xml:1.2 Wed Apr 17 03:06:24 2002 +++ phpdoc/it/reference/fbsql/functions/fbsql-fetch-assoc.xml Fri Apr 19 20:23:58 +2002 @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./it/functions/fbsql.xml, last change in rev 1.1 --> -<!-- last change to 'fbsql-fetch-assoc' in en/ tree in rev 1.1 --> <!-- EN-Revision: 1.2 Maintainer: calandra Status: working --> -<!-- OLD-Revision: 1.38/EN.1.1 --> <refentry id="function.fbsql-fetch-assoc"> <refnamediv> <refname>fbsql_fetch_assoc</refname>