Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [jaltuve] Help With Global: Edit Log

Here is the list of edits for this post
Re: [jaltuve] Help With Global
Almost forgot... I asked a co worker for help, he gave me this:

select count(*) from lsql_CatLinks c, lsql_Links l where c.CategoryID = 24 AND c.LinkID = l.ID AND l.LinkType = 'Detailed'

if I run that query in the query monitor IT WORKS!!! but I can;t make that query work with the GT libraries

I tried translating the above query into this:

my $count = $relation->count( { CategoryID => $id_cats[$counter] , LinkID => ID , LinkType => $type } );

it says something about bareword error....

Last edited by:

jaltuve: Mar 25, 2003, 7:05 PM

Edit Log: