Author |
Message
|
Cho Chul-hwan |
Posted: Sun May 05, 2013 9:55 pm Post subject: How to access Shared Row in the other Msg flow |
|
|
Newbie
Joined: 05 May 2013 Posts: 8
|
i implemented ESQL using shared variable row
but i can't access shared variable row on the other Message Flow.
i searched this forum but i didn't get answer yet.
someone said couldn't access shared row the other msg flow.
and someone said could access shared row the in the other msg flow.
plz give me answer and some code example
plz help me |
|
Back to top |
|
 |
Esa |
Posted: Sun May 05, 2013 10:24 pm Post subject: |
|
|
 Grand Master
Joined: 22 May 2008 Posts: 1387 Location: Finland
|
Yes, a shared ESQL variable is only visible withing one flow. That is, within one flow file. So the only way to share an ESQL variable between two flows is to draw both flow diagrams in the same .msgflow file.
Last edited by Esa on Sun May 05, 2013 10:25 pm; edited 1 time in total |
|
Back to top |
|
 |
marko.pitkanen |
Posted: Sun May 05, 2013 10:24 pm Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
Hi,
From here you can read some information about ESQL variables.
And from this link you can read more about DECLARE statement. Page contains more specific information than the first one about visibility and lifetime of SHARED variable.
--
Marko |
|
Back to top |
|
 |
Cho Chul-hwan |
Posted: Mon May 06, 2013 1:07 am Post subject: Re: How to access Shared Row in the other Msg flow |
|
|
Newbie
Joined: 05 May 2013 Posts: 8
|
Thank you for your answers
i have another question.
If is it possible? can access in subflow just one .flow file |
|
Back to top |
|
 |
marko.pitkanen |
Posted: Mon May 06, 2013 1:36 am Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
Hi,
I didn't understand your question, but I guess that you need more information what subflows are.
--
Marko |
|
Back to top |
|
 |
marko.pitkanen |
Posted: Mon May 06, 2013 1:43 am Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
|
Back to top |
|
 |
|