Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
indu30111986 wrote:
Version is 7.0
Version of what is 7.0? WMQ or WMB or Both?
Have you applied any fixpacks? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Only insert and update statements are not working.
DECLARE msgID REFERENCE TO InputRoot.XMLNSC.Test.Result.Column1;
DECLARE msgName REFERENCE TO InputRoot.XMLNSC.Test.Result.Column2;
INSERT INTO Database.TABLE1(ID,NAME,ROLE) VALUES ('4','AAA','Tester');
UPDATE Database.Indu.TABLE1 AS T SET ID = msgID WHERE T.NAME = msgName;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum