[ic] Database transaction?

Kevin Walsh kevin at cursor.biz
Mon May 30 19:01:31 EDT 2005


T. Stoffels [tstoffels at gmail.com] wrote:
> I found this
> (http://www.icdevgroup.org/interchange-doc-5.2.0/frames/ictemplates_17.html):
>
> [perl products] ... [/perl]
>
> It seems to me, that a query from inside a perl statement is limited
> to one table (since the table has to be passed in the [perl] tag.
> When I give it a try it always throws the "Database not shared" at me.
> 
Use the "tables" named parameter, rather than a positional parameter,
as follows:

    [perl tables="products sometable othertable"] ... [/perl]

See section 4.53 [perl] in the Interchange Tags Reference for more
information:

    http://www.interchange.rtfm.info/docs/rtfm_ictags.html

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/



More information about the interchange-users mailing list