Hi,
I'm not sure, is this
$val_matrix[$i][$k]= OCIResult($stmt,".$column_array.");
-----------------
a correct replacement for
$val_matrix[$i][$k]= OCIResult($stmt, 'COLUMN_NAME');
-------------
If I use '".$column_array."' the coloring of my editor tells me that it might be wrong. Unfortunately I cannot test it right now...


Thank you,
Torsten

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



Reply via email to