in reply to Re^2: oracle connection
in thread oracle connection
Sure you can (presuming the query produces the desired column names).
I was mainly trying to answer the general case, i.e. the typical "beginner's" problem of wanting to dynamically create variables like
$xxx = "$DBNAME,$USERNAME,$PROFILE"; my ( '$xxx' ) = ( ... );
|
---|