Hi,
we are using zend frame work for development. Our application support three
databases MYSQL,MSSQL and ORACLE. With Oracle we are facing one problem it
is returning selected column names of the table in uppercase while we have
declared column names in lowercase during creation of table and because of
that we are not able to get the values from the recordset. here i am giving
you some code to clear the problem.
$rightrow = $db->fetchRow("select rep_right from e11contact_rep where
user_name='$user_id' ");
$repright = $rightrow["rep_right"];
but its returning "REP_RIGHT" as key valueRegards, Dharmendra Value one -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ .
