Date: 11/17/00
- Next message: George A. Fitch III: "[PHP-DB] File Upload Problems"
- Previous message: Jeff MacDonald: "Re: [PHP-DB] Very queer errors with Postgres/PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I have an SQL "select ... into temp table ...;". Normally, when we
execute "select" using pg_exec(), we can always fetch number of rows
using pg_numrows(). But, when I use pg_numrows() after executing
"select into", it returns 0 rows.
Is there a way to find out number of rows immediately without using
"select * from temp_table"?
Thank you.
- Bernie
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: George A. Fitch III: "[PHP-DB] File Upload Problems"
- Previous message: Jeff MacDonald: "Re: [PHP-DB] Very queer errors with Postgres/PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

