> I have tried both, it seems Oracle (i.e Ora_?) is much faster but OCI8 is > more powerful. So, how can I tune OCI8 in order to have faster response.
ora_* functions are for Oracle 7 only. oci_$ functions are for Oracle 7, Oracle 8 (and I suppose for Oracle 9). So, for future compatibility, oci_* are IMHO the best choice. What kind of faster response do you expect ? from a select, an update ? have you tried stocked procedures ? Regards, Philippe -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php