Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [hannahmackenzie] Translating data from another table

Quote Reply
Re: [hannahmackenzie] Translating data from another table In reply to
Hi,

Try the script below:

sub {
my $tags = shift;
my $rs = $DB->table('SfP_Composers')->get($tags->{Composer_ID},['Name']);
return $rs->{Name};
}


TheStone.

B.
Subject Author Views Date
Thread Translating data from another table hannahmackenzie 7746 Mar 14, 2002, 9:29 AM
Thread Re: [hannahmackenzie] Translating data from another table
Paul 7547 Mar 14, 2002, 9:47 AM
Thread Re: [Paul] Translating data from another table
hannahmackenzie 7572 Mar 14, 2002, 9:57 AM
Post Re: [hannahmackenzie] Translating data from another table
Paul 7538 Mar 14, 2002, 10:02 AM
Thread Re: [Paul] Translating data from another table
hannahmackenzie 7561 Mar 14, 2002, 10:00 AM
Thread Re: [hannahmackenzie] Translating data from another table
Paul 7534 Mar 14, 2002, 10:04 AM
Post Re: [Paul] Translating data from another table
hannahmackenzie 7511 Mar 14, 2002, 10:19 AM
Thread Re: [hannahmackenzie] Translating data from another table
604 7533 Mar 14, 2002, 10:04 AM
Thread Re: [TheStone] Translating data from another table
Paul 7551 Mar 14, 2002, 10:07 AM
Thread Re: [Paul] Translating data from another table
604 7536 Mar 14, 2002, 10:08 AM
Post Re: [TheStone] Translating data from another table
Paul 7537 Mar 14, 2002, 10:18 AM
Thread Re: [TheStone] Translating data from another table
hannahmackenzie 7537 Mar 14, 2002, 10:20 AM
Thread Re: [hannahmackenzie] Translating data from another table
Paul 7515 Mar 14, 2002, 10:21 AM
Post Re: [Paul] Translating data from another table
hannahmackenzie 7508 Mar 15, 2002, 8:03 AM