in reply to Field name appearing in caps which falis other query(Perl with Oracle)
#For getting the lower case $dbh->{FetchHashKeyName} = 'NAME_lc';
For more information, please go through FetchHashKeyName#For getting the upper case $dbh->{FetchHashKeyName} = 'NAME_uc';
|
|---|