bhakti_thakkar
10-19-2007, 02:13 PM
hi all,
i m using oracle 10g for my php - pear application. the problem is, the table names, column names are multi - cased e.g Investors_T , Investor_ID etc. but while retrieving the columns, oracle returns tablenames as well as columns names in upper case. while writing the php fetch query, i have written the field names in the way i have defined while creating the tables. how can i eliminate this problem.
Thanks in advance
i m using oracle 10g for my php - pear application. the problem is, the table names, column names are multi - cased e.g Investors_T , Investor_ID etc. but while retrieving the columns, oracle returns tablenames as well as columns names in upper case. while writing the php fetch query, i have written the field names in the way i have defined while creating the tables. how can i eliminate this problem.
Thanks in advance