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

Different Tags with a global ?

Quote Reply
Different Tags with a global ?
I have some additional databases in my links, so i have to write globals to fetch the data from them.
While i need different data from this fields on different places at my site, i ask if its possible to fetch the whole set and return not only the tag for the global but also different tags inside it?

Table Test
Field 1
Field 2


Normally i make

global testfield1
select ...
return

and

global testfield2
select ...
return

but i would like something like

global Test

select field1, field2


return field1 => value, field2 => value

and use it with

Test.field1 or something like this.

Any idea?
Subject Author Views Date
Thread Different Tags with a global ? Robert 2085 Jul 16, 2003, 6:32 AM
Post Re: [Robert] Different Tags with a global ?
Andy 2015 Jul 16, 2003, 6:41 AM
Post Re: [Robert] Different Tags with a global ?
afinlr 2010 Jul 16, 2003, 1:23 PM