Author |
Message
|
vikasmq |
Posted: Tue Feb 22, 2011 12:32 pm Post subject: E-sql coding for loops |
|
|
Newbie
Joined: 17 Aug 2010 Posts: 7
|
Hello Everyone
I am new to Message Broker coding. Can you guys please tell me where I can find information on e-sql coding for loops? I tried googling for info but the info I found was insufficient. I also have an esql ref coding book but it hasn't been helpful either.
Thanks
V |
|
Back to top |
|
 |
Vitor |
Posted: Tue Feb 22, 2011 12:37 pm Post subject: Re: E-sql coding for loops |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vikasmq wrote: |
I tried googling for info but the info I found was insufficient. |
Insufficient how?
vikasmq wrote: |
I also have an esql ref coding book but it hasn't been helpful either. |
I've always found the ESQL reference in the WMB InfoCenter useful.
Looping in ESQL isn't that different from looping in any language. All the usual constructs are there. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vikasmq |
Posted: Tue Feb 22, 2011 1:02 pm Post subject: |
|
|
Newbie
Joined: 17 Aug 2010 Posts: 7
|
Thanks for your quick reply.
The coding I need to do involves extensive looping and the looping I found only covers the basics in the infocenter. I have to learn in-depth. Please let me know if you can help me with something that deals in depth.
Thanks
V |
|
Back to top |
|
 |
Vitor |
Posted: Wed Feb 23, 2011 5:12 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vikasmq wrote: |
The coding I need to do involves extensive looping and the looping I found only covers the basics in the infocenter. I have to learn in-depth. |
Define "extensive" and "in-depth" to a level that's not covered by the InfoCenter. Looping is looping, even if you have multiple nested levels and complex conditional logic.
vikasmq wrote: |
Please let me know if you can help me with something that deals in depth. |
If your requirements are that extensive, I think you're going to be better off with a formal classroom based training course. I'm not aware of any online resource that handles esql better than what you've already found, or any online resource that handles looping (of which ESQL is just a variation) better than you've found.
Certainly this forum isn't set up for training.
Another popular option is to hire a consultant for your site with the relevant skills to mentor you as you do this task. It's often easier to sell this to management as the work is performed as you're being trained as opposed to disappearing off for a few weeks then having to do the work when you return.
All depends on your management, situation, budget, etc, etc. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vikasmq |
Posted: Wed Feb 23, 2011 7:16 am Post subject: |
|
|
Newbie
Joined: 17 Aug 2010 Posts: 7
|
Vitor,
I am new to the computer programming. Hence I am having trouble coding the loops. Thank you so much for your suggestion and I will follow up.
Thanks
V |
|
Back to top |
|
 |
Vitor |
Posted: Wed Feb 23, 2011 7:35 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vikasmq wrote: |
I am new to the computer programming. Hence I am having trouble coding the loops. |
Gosh! Do your hobbies include lion taming & free climbing?
WMB & ESQL is not a straightforward product or language platform to learn on. I urge you to get experience with Java, .NET or something more standalone before trying your hand in here or find yourself a mentor/formal training.
Even if you get help with the loops, there are about 1000 other places you're likely to trip up through no fault of your own.
This is a tough road you've chosen & I wish you luck. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Feb 23, 2011 7:42 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Don't even try to code the loops in ESQL at first.
Write down a plain language description of what the loops need to do, and how they need to intersect with each other.
Then figure out how to turn that into ESQL. |
|
Back to top |
|
 |
vikasmq |
Posted: Wed Feb 23, 2011 1:22 pm Post subject: |
|
|
Newbie
Joined: 17 Aug 2010 Posts: 7
|
I really appreciate your help Vitor and MqJeff. Thank you. |
|
Back to top |
|
 |
|