I am selecting several columns.  I was hoping that that I could bring the columns into 
individual arrays, but that doesn't seem to be right.

the select "select 
DSAA25_SITE_C,DSAA25_ROLE_C,DSAA25_SITETYPE_ID_C,DSAA25_COUNTRY_ISO3_C,DSAA25_JOBROLE_C,DSAA25_EMAILTYPE_C
 FROM mdsaa25_defaccess where DSAA02_APPLICATION_C='COOL' and DSAA03_TOKEN_C='Read' "

It looks like the bind column needs a fetch for each individual row, and that 
fetchall_arrayref has a structure that is not appropriate either.

What I am looking for is an output of arrays of each of those columns, ie

@sitecodes,@roles,@sitetypes,@countries,@jobroles,@emailtypes

Is there a construct to do that?????

Tim Vorce
Ford Motor Company
[EMAIL PROTECTED]

Reply via email to