Date: 06/29/99
- Next message: Bug Database: "[PHP-DEV] Bug #1628 Updated: Nonexistend sybase_affected_rows() function"
- Previous message: Bug Database: "[PHP-DEV] Bug #1627 Updated: Opendir does not behave the same on Windows platform as on Unix(Linux)"
- Next in thread: eschmid: "[PHP-DEV] CVS update: phpdoc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tuesday June 29, 1999 @ 22:47
Author: jim
Update of /repository/phpdoc/functions
In directory php:/tmp/cvs-serv8759/functions
Modified Files:
sybase.sgml
Log Message:
Function isn't available using Sybase-db.
Index: phpdoc/functions/sybase.sgml
diff -u phpdoc/functions/sybase.sgml:1.2 phpdoc/functions/sybase.sgml:1.3
--- phpdoc/functions/sybase.sgml:1.2 Sat Jun 19 23:04:56 1999
+++ phpdoc/functions/sybase.sgml Tue Jun 29 22:47:05 1999
@@ -26,6 +26,12 @@
This command is not effective for SELECT statements, only on
statements which modify records. To retrieve the number of rows
returned from a SELECT, use <function>sybase_num_rows</function>.
+ <note>
+ <para>
+ This function is only available using the CT library interface
+ to Sybase, and not the DB library.
+ </para>
+ </note>
</refsect1>
</refentry>
-- PHP Development Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] Bug #1628 Updated: Nonexistend sybase_affected_rows() function"
- Previous message: Bug Database: "[PHP-DEV] Bug #1627 Updated: Opendir does not behave the same on Windows platform as on Unix(Linux)"
- Next in thread: eschmid: "[PHP-DEV] CVS update: phpdoc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

