Home : Products : DBMan SQL : Discussion :

Products: DBMan SQL: Discussion: Re: [hannahmackenzie] Translating data from another table: Edit Log

Here is the list of edits for this post
Re: [hannahmackenzie] Translating data from another table
Whoops, I've not used get() before but it wouldn't help using fetchrow and returning a HASH Blush

How about:

Code:
sub {

my $rec = $DB->table('SfP_Composers')->get('Composer_ID', 'HASH', ['Name']);
return $rec->{Name};

}

Last edited by:

Paul: Mar 14, 2002, 10:04 AM

Edit Log: