[PHP-DB] OCIPLogon

2003-07-09 Thread Sapporo
($conn); But it turns out that only the second row gets written to the database. So, what difference would it make to use OCINLogon()? Is this the expected behaviour? How does everyone else handle this? Is it possible to store database connections in a session? TIA, -sapporo. BTW, I'm using

[PHP-DB] Problems with OCIFetchStatement()'s $skip and $return?

2003-06-07 Thread Sapporo
confirm problems with using OCIFetchStatement()'s $skip and $return parameters? TIA, -sapporo. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] [plain SQL Problem] Group By

2003-05-29 Thread Sapporo
2042 sales 19 40 What is missing ist the name of the younges and oldest employee, since I can't use aggregate functions to get at them. Any help would be greatly appreciated! Thanks, -sapporo. -- PHP