ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Basic question

Post new topic  Reply to topic
 Basic question « View previous topic :: View next topic » 
Author Message
maha20
PostPosted: Tue Oct 28, 2003 1:38 pm    Post subject: Basic question Reply with quote

Voyager

Joined: 23 Sep 2003
Posts: 79

Hey all-
While coding for the nodes in ESQL why is that some of the statements are double quoted and some are not. For ex-

OutputRoot.*[1] = InputRoot.*[1];

(and) Set "OutputRoot"."MRM"."storename" = "InputBody". ....

Thanks.
Back to top
View user's profile Send private message
gabbar
PostPosted: Tue Oct 28, 2003 2:21 pm    Post subject: Reply with quote

Acolyte

Joined: 10 Dec 2002
Posts: 50

Embedding references within double quotes avoids the problems that you might face if there are any ESQL special characters in those reference names or the reference names used are ESQL keywords.

A reference like

OutputRoot.XML.Name.First Name = 'clinton'

is invalid. While

OutputRoot.XML.Name."First Name" = 'clinton' is valid.

Its a good practice to embed within quotes. But if are sure there won't be syntax issues, then you may opt not to.
Back to top
View user's profile Send private message Visit poster's website
maha20
PostPosted: Tue Oct 28, 2003 2:24 pm    Post subject: Basic question Reply with quote

Voyager

Joined: 23 Sep 2003
Posts: 79

Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Basic question
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.