Hi.
We are using Tamino 4.4.1 + Update + Hotfix, so we have the latest release possilbe.
We would like to make several inserts in one query.
We tried the following queries
[color=“blue”]*********************************************************
update for $oplan in input()/oplan
where $oplan/@id_oplan = ‘54’
do (
insert
and
and
and
following $oplan/user[last()]
)
update for $oplan in input()/oplan
where $oplan/@id_oplan = ‘54’
do (
insert
and
and
and
into $oplan
)
update for $oplan in input()/oplan
where $oplan/@id_oplan = ‘54’
do (
insert
into $oplan
insert
into $oplan
insert
into $oplan
insert
into $oplan
)
*********************************************************[/color]
but without success, although the X-query tool tells us the query is well formed.
Queries, tsd and error message are available in the attached zip file.
Can some one help me ?
Thanks a lot.
Jerome
probleme_tamino_update_massif.zip (3.6 KB)