fernandoc               Sun Jul 27 13:21:23 2003 EDT

  Modified files:              
    /phpdoc/en/reference/ibase/functions        ibase-connect.xml 
  Log:
  Add a note about character set
  
Index: phpdoc/en/reference/ibase/functions/ibase-connect.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-connect.xml:1.4 
phpdoc/en/reference/ibase/functions/ibase-connect.xml:1.5
--- phpdoc/en/reference/ibase/functions/ibase-connect.xml:1.4   Mon Jan 20 21:39:20 
2003
+++ phpdoc/en/reference/ibase/functions/ibase-connect.xml       Sun Jul 27 13:21:23 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/ibase.xml, last change in rev 1.2 -->
   <refentry id="function.ibase-connect">
    <refnamediv>
@@ -79,6 +79,15 @@
      <para>
       The optional <parameter>role</parameter> parameter was added in PHP
       4.0.0 and is functional only with InterBase 5 and up.
+     </para>
+    </note>
+    <note>
+     <para>
+      If you get some error like "arithmetic exception, numeric overflow, or string 
truncation. Cannot
+      transliterate character between character sets" (this occurs when you try use 
some character
+      with accents) when using this and after
+      <function>ibase_query</function> you must set the character set(ie ISO8859_1 or 
your current
+      character set).
      </para>
     </note>
     <para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to